Html Css Color HEX #12AC04 Islamic Green

📋 copy color: '#12AC04'

red 18 ◦ green 172 ◦ blue 4

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

Shades of Islamic Green #12AC04

Tints of Islamic Green #12AC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 9.28%
G = 88.66%
B = 2.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#12AC04 (or 0x12AC04) is known color: Islamic Green. HEX triplet: 12, AC and 04. RGB value is (18,172,4). Sum of RGB (Red+Green+Blue) = 18+172+4=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 172 (67.58% from 255 or 88.66% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AC04 is #ED53FB. Grayscale: #6B6B6B. Windows color (decimal): -15553532 or 306194. OLE color: 306194.

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

Color convert

RGB 18 172 4 -
CMYK 0.90 0 0.98 0.33
HSL 115º 0.95% 0.35% -
HSV(B) 115º 0.98% 0.67% -
XYZ 15.02 29.64 5.04 -
YUV 106.8 69.98 64.66 -
System Red Green Blue C M Y K H S L
Decimal 18 172 4 0.90 0 0.98 0.33 115 0.95 0.35
Hex 12 AC 4 5A 0 62 21 73 5F 23
Octal 22 254 4 132 0 142 41 163 137 43
Binary 10010 10101100 100 1011010 0 1100010 100001 1110011 1011111 100011

Color Harmonies of #12AC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC04

Black with #12AC04

Text Example


Text Example

White with #12AC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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