Html Css Color HEX #12AB16 Islamic Green

📋 copy color: '#12AB16'

red 18 ◦ green 171 ◦ blue 22

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

Shades of Islamic Green #12AB16

Tints of Islamic Green #12AB16

RGB

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

 GREEN value IS 171 (67.19% from 255) = 81.04%

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 8.53%
G = 81.04%
B = 10.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#12AB16 (or 0x12AB16) is known color: Islamic Green. HEX triplet: 12, AB and 16. RGB value is (18,171,22). Sum of RGB (Red+Green+Blue) = 18+171+22=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 171 (67.19% from 255 or 81.04% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AB16 is #ED54E9. Grayscale: #6C6C6C. Windows color (decimal): -15553770 or 1485586. OLE color: 1485586.

HSL color Cylindrical-coordinate representation of color #12AB16: hue angle of 121.57º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB16 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 22 -
CMYK 0.89 0 0.87 0.33
HSL 121.57º 0.81% 0.37% -
HSV(B) 121.57º 0.89% 0.67% -
XYZ 14.96 29.31 5.63 -
YUV 108.27 79.31 63.62 -
System Red Green Blue C M Y K H S L
Decimal 18 171 22 0.89 0 0.87 0.33 121.57 0.81 0.37
Hex 12 AB 16 59 0 57 21 7A 51 25
Octal 22 253 26 131 0 127 41 172 121 45
Binary 10010 10101011 10110 1011001 0 1010111 100001 1111010 1010001 100101

Color Harmonies of #12AB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB16

Black with #12AB16

Text Example


Text Example

White with #12AB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,171,22); }

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

background-color css

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

 a { background-color: rgb(18,171,22); }

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

border-color css

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

 span { border-color: rgb(18,171,22); }

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