Html Css Color HEX #12B60B Islamic Green

📋 copy color: '#12B60B'

red 18 ◦ green 182 ◦ blue 11

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

Shades of Islamic Green #12B60B

Tints of Islamic Green #12B60B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 86.26%

 BLUE value IS 11 (4.69% from 255) = 5.21%

R = 8.53%
G = 86.26%
B = 5.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#12B60B (or 0x12B60B) is known color: Islamic Green. HEX triplet: 12, B6 and 0B. RGB value is (18,182,11). Sum of RGB (Red+Green+Blue) = 18+182+11=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 182 (71.48% from 255 or 86.26% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 182 - color contains mainly: green. Hex color #12B60B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B60B is #ED49F4. Grayscale: #717171. Windows color (decimal): -15550965 or 767506. OLE color: 767506.

HSL color Cylindrical-coordinate representation of color #12B60B: hue angle of 117.54º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12B60B is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 182 11 -
CMYK 0.90 0 0.94 0.29
HSL 117.54º 0.89% 0.38% -
HSV(B) 117.54º 0.94% 0.71% -
XYZ 17.04 33.61 5.91 -
YUV 113.47 70.17 59.9 -
System Red Green Blue C M Y K H S L
Decimal 18 182 11 0.90 0 0.94 0.29 117.54 0.89 0.38
Hex 12 B6 B 5A 0 5E 1D 76 59 26
Octal 22 266 13 132 0 136 35 166 131 46
Binary 10010 10110110 1011 1011010 0 1011110 11101 1110110 1011001 100110

Color Harmonies of #12B60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B60B

Black with #12B60B

Text Example


Text Example

White with #12B60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,182,11); }

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

background-color css

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

 a { background-color: rgb(18,182,11); }

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

border-color css

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

 span { border-color: rgb(18,182,11); }

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