Html Css Color HEX #12B904 Islamic Green

📋 copy color: '#12B904'

red 18 ◦ green 185 ◦ blue 4

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

Shades of Islamic Green #12B904

Tints of Islamic Green #12B904

RGB

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

 GREEN value IS 185 (72.66% from 255) = 89.37%

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

R = 8.7%
G = 89.37%
B = 1.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#12B904 (or 0x12B904) is known color: Islamic Green. HEX triplet: 12, B9 and 04. RGB value is (18,185,4). Sum of RGB (Red+Green+Blue) = 18+185+4=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 185 (72.66% from 255 or 89.37% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 185 - color contains mainly: green. Hex color #12B904 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B904 is #ED46FB. Grayscale: #727272. Windows color (decimal): -15550204 or 309522. OLE color: 309522.

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

Color convert

RGB 18 185 4 -
CMYK 0.90 0 0.98 0.27
HSL 115.36º 0.96% 0.37% -
HSV(B) 115.36º 0.98% 0.73% -
XYZ 17.62 34.84 5.91 -
YUV 114.43 65.67 59.22 -
System Red Green Blue C M Y K H S L
Decimal 18 185 4 0.90 0 0.98 0.27 115.36 0.96 0.37
Hex 12 B9 4 5A 0 62 1B 73 60 25
Octal 22 271 4 132 0 142 33 163 140 45
Binary 10010 10111001 100 1011010 0 1100010 11011 1110011 1100000 100101

Color Harmonies of #12B904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B904

Black with #12B904

Text Example


Text Example

White with #12B904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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