Html Css Color HEX #12AC0E Islamic Green

📋 copy color: '#12AC0E'

red 18 ◦ green 172 ◦ blue 14

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

Shades of Islamic Green #12AC0E

Tints of Islamic Green #12AC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.86%

R = 8.82%
G = 84.31%
B = 6.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#12AC0E (or 0x12AC0E) is known color: Islamic Green. HEX triplet: 12, AC and 0E. RGB value is (18,172,14). Sum of RGB (Red+Green+Blue) = 18+172+14=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 172 (67.58% from 255 or 84.31% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AC0E is #ED53F1. Grayscale: #6C6C6C. Windows color (decimal): -15553522 or 961554. OLE color: 961554.

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

Color convert

RGB 18 172 14 -
CMYK 0.90 0 0.92 0.33
HSL 118.48º 0.85% 0.36% -
HSV(B) 118.48º 0.92% 0.67% -
XYZ 15.08 29.67 5.35 -
YUV 107.94 74.98 63.85 -
System Red Green Blue C M Y K H S L
Decimal 18 172 14 0.90 0 0.92 0.33 118.48 0.85 0.36
Hex 12 AC E 5A 0 5C 21 76 55 24
Octal 22 254 16 132 0 134 41 166 125 44
Binary 10010 10101100 1110 1011010 0 1011100 100001 1110110 1010101 100100

Color Harmonies of #12AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC0E

Black with #12AC0E

Text Example


Text Example

White with #12AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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