Html Css Color HEX #12B306 Islamic Green

📋 copy color: '#12B306'

red 18 ◦ green 179 ◦ blue 6

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

Shades of Islamic Green #12B306

Tints of Islamic Green #12B306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 88.18%

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 8.87%
G = 88.18%
B = 2.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#12B306 (or 0x12B306) is known color: Islamic Green. HEX triplet: 12, B3 and 06. RGB value is (18,179,6). Sum of RGB (Red+Green+Blue) = 18+179+6=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 179 (70.31% from 255 or 88.18% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 179 - color contains mainly: green. Hex color #12B306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B306 is #ED4CF9. Grayscale: #6F6F6F. Windows color (decimal): -15551738 or 439058. OLE color: 439058.

HSL color Cylindrical-coordinate representation of color #12B306: hue angle of 115.84º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12B306 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 6 -
CMYK 0.90 0 0.97 0.30
HSL 115.84º 0.94% 0.36% -
HSV(B) 115.84º 0.97% 0.7% -
XYZ 16.4 32.38 5.56 -
YUV 111.14 68.66 61.57 -
System Red Green Blue C M Y K H S L
Decimal 18 179 6 0.90 0 0.97 0.30 115.84 0.94 0.36
Hex 12 B3 6 5A 0 61 1E 74 5E 24
Octal 22 263 6 132 0 141 36 164 136 44
Binary 10010 10110011 110 1011010 0 1100001 11110 1110100 1011110 100100

Color Harmonies of #12B306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B306

Black with #12B306

Text Example


Text Example

White with #12B306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,179,6); }

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

background-color css

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

 a { background-color: rgb(18,179,6); }

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

border-color css

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

 span { border-color: rgb(18,179,6); }

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