Html Css Color HEX #12B804 Islamic Green

📋 copy color: '#12B804'

red 18 ◦ green 184 ◦ blue 4

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

Shades of Islamic Green #12B804

Tints of Islamic Green #12B804

RGB

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

 GREEN value IS 184 (72.27% from 255) = 89.32%

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

R = 8.74%
G = 89.32%
B = 1.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#12B804 (or 0x12B804) is known color: Islamic Green. HEX triplet: 12, B8 and 04. RGB value is (18,184,4). Sum of RGB (Red+Green+Blue) = 18+184+4=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 184 (72.27% from 255 or 89.32% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 184 - color contains mainly: green. Hex color #12B804 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B804 is #ED47FB. Grayscale: #727272. Windows color (decimal): -15550460 or 309266. OLE color: 309266.

HSL color Cylindrical-coordinate representation of color #12B804: hue angle of 115.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12B804 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 184 4 -
CMYK 0.90 0 0.98 0.28
HSL 115.33º 0.96% 0.37% -
HSV(B) 115.33º 0.98% 0.72% -
XYZ 17.41 34.42 5.84 -
YUV 113.85 66 59.64 -
System Red Green Blue C M Y K H S L
Decimal 18 184 4 0.90 0 0.98 0.28 115.33 0.96 0.37
Hex 12 B8 4 5A 0 62 1C 73 60 25
Octal 22 270 4 132 0 142 34 163 140 45
Binary 10010 10111000 100 1011010 0 1100010 11100 1110011 1100000 100101

Color Harmonies of #12B804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B804

Black with #12B804

Text Example


Text Example

White with #12B804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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