Html Css Color HEX #12A011 Islamic Green

📋 copy color: '#12A011'

red 18 ◦ green 160 ◦ blue 17

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

Shades of Islamic Green #12A011

Tints of Islamic Green #12A011

RGB

 RED value IS 18 (7.42% from 255) = 9.23%

 GREEN value IS 160 (62.89% from 255) = 82.05%

 BLUE value IS 17 (7.03% from 255) = 8.72%

R = 9.23%
G = 82.05%
B = 8.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#12A011 (or 0x12A011) is known color: Islamic Green. HEX triplet: 12, A0 and 11. RGB value is (18,160,17). Sum of RGB (Red+Green+Blue) = 18+160+17=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 160 (62.89% from 255 or 82.05% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 160 - color contains mainly: green. Hex color #12A011 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A011 is #ED5FEE. Grayscale: #656565. Windows color (decimal): -15556591 or 1155090. OLE color: 1155090.

HSL color Cylindrical-coordinate representation of color #12A011: hue angle of 119.58º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A011 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 160 17 -
CMYK 0.89 0 0.89 0.37
HSL 119.58º 0.81% 0.35% -
HSV(B) 119.58º 0.89% 0.63% -
XYZ 12.92 25.31 4.73 -
YUV 101.24 80.46 68.63 -
System Red Green Blue C M Y K H S L
Decimal 18 160 17 0.89 0 0.89 0.37 119.58 0.81 0.35
Hex 12 A0 11 59 0 59 25 78 51 23
Octal 22 240 21 131 0 131 45 170 121 43
Binary 10010 10100000 10001 1011001 0 1011001 100101 1111000 1010001 100011

Color Harmonies of #12A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A011

Black with #12A011

Text Example


Text Example

White with #12A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A011; }

 p { color: rgb(18,160,17); }

 H1.HeaderClassName
 {
   color: #12A011;
 }
 .AnyTagClassName
 {
   color: #12A011;
 }
</style>

background-color css

<style>
 a { background-color: #12A011; }

 a { background-color: rgb(18,160,17); }

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

border-color css

<style>
 span { border-color: #12A011; }

 span { border-color: rgb(18,160,17); }

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