Html Css Color HEX #0A9702 Islamic Green

📋 copy color: '#0A9702'

red 10 ◦ green 151 ◦ blue 2

#0A9702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0A9702

Tints of Islamic Green #0A9702

RGB

 RED value IS 10 (4.3% from 255) = 6.13%

 GREEN value IS 151 (59.38% from 255) = 92.64%

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 6.13%
G = 92.64%
B = 1.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A9702 (or 0x0A9702) is known color: Islamic Green. HEX triplet: 0A, 97 and 02. RGB value is (10,151,2). Sum of RGB (Red+Green+Blue) = 10+151+2=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 151 (59.38% from 255 or 92.64% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 151 - color contains mainly: green. Hex color #0A9702 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9702 is #F568FD. Grayscale: #5C5C5C. Windows color (decimal): -16083198 or 169738. OLE color: 169738.

HSL color Cylindrical-coordinate representation of color #0A9702: hue angle of 116.78º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A9702 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 10 151 2 -
CMYK 0.93 0 0.99 0.41
HSL 116.78º 0.97% 0.3% -
HSV(B) 116.78º 0.99% 0.59% -
XYZ 11.2 22.2 3.75 -
YUV 91.86 77.29 69.62 -
System Red Green Blue C M Y K H S L
Decimal 10 151 2 0.93 0 0.99 0.41 116.78 0.97 0.3
Hex A 97 2 5D 0 63 29 75 61 1E
Octal 12 227 2 135 0 143 51 165 141 36
Binary 1010 10010111 10 1011101 0 1100011 101001 1110101 1100001 11110

Color Harmonies of #0A9702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9702

Black with #0A9702

Text Example


Text Example

White with #0A9702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A9702; }

 p { color: rgb(10,151,2); }

 H1.HeaderClassName
 {
   color: #0A9702;
 }
 .AnyTagClassName
 {
   color: #0A9702;
 }
</style>

background-color css

<style>
 a { background-color: #0A9702; }

 a { background-color: rgb(10,151,2); }

 div.DivClassName
 {
   background-color: #0A9702;
 }
 .BgClassName
 {
   background-color: #0A9702;
 }
</style>

border-color css

<style>
 span { border-color: #0A9702; }

 span { border-color: rgb(10,151,2); }

 td.TdClassName
 {
   border-color: #0A9702;
 }
 .TagClassName
 {
   border-color: #0A9702;
 }
</style>