Html Css Color HEX #12AC08 Islamic Green

📋 copy color: '#12AC08'

red 18 ◦ green 172 ◦ blue 8

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

Shades of Islamic Green #12AC08

Tints of Islamic Green #12AC08

RGB

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

 GREEN value IS 172 (67.58% from 255) = 86.87%

 BLUE value IS 8 (3.52% from 255) = 4.04%

R = 9.09%
G = 86.87%
B = 4.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#12AC08 (or 0x12AC08) is known color: Islamic Green. HEX triplet: 12, AC and 08. RGB value is (18,172,8). Sum of RGB (Red+Green+Blue) = 18+172+8=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 172 (67.58% from 255 or 86.87% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AC08 is #ED53F7. Grayscale: #6B6B6B. Windows color (decimal): -15553528 or 568338. OLE color: 568338.

HSL color Cylindrical-coordinate representation of color #12AC08: hue angle of 116.34º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12AC08 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 172 8 -
CMYK 0.90 0 0.95 0.33
HSL 116.34º 0.91% 0.35% -
HSV(B) 116.34º 0.95% 0.67% -
XYZ 15.05 29.65 5.16 -
YUV 107.26 71.98 64.34 -
System Red Green Blue C M Y K H S L
Decimal 18 172 8 0.90 0 0.95 0.33 116.34 0.91 0.35
Hex 12 AC 8 5A 0 5F 21 74 5B 23
Octal 22 254 10 132 0 137 41 164 133 43
Binary 10010 10101100 1000 1011010 0 1011111 100001 1110100 1011011 100011

Color Harmonies of #12AC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC08

Black with #12AC08

Text Example


Text Example

White with #12AC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,8); }

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

background-color css

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

 a { background-color: rgb(18,172,8); }

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

border-color css

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

 span { border-color: rgb(18,172,8); }

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