#12AB17

Color #12AB17 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #12AB17

Tints of Islamic Green #12AB17

Color information

#12AB17 (or 0x12AB17) is unknown color: approx Islamic Green. HEX triplet: 12, AB and 17. RGB value is (18,171,23). Sum of RGB (Red+Green+Blue) = 18+171+23=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 171 (67.19% from 255 or 80.66% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AB17 is #ED54E8. Grayscale: #6C6C6C. Windows color (decimal): -15553769 or 1551122. OLE color: 1551122.

HSL color Cylindrical-coordinate representation of color #12AB17: hue angle of 121.96º 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 #12AB17 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB1817123-
CMYK0.8900.870.33
HSL121.96º80.95%37.06%-
HSV(B)121.96º89.47%67.06%-
XYZ14.9729.325.68-
YUV108.3879.8163.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 171 (67.19% from 255) = 80.66%
BLUE value IS 23 (9.38% from 255) = 10.85%
R=8.49%
G=80.66%
B=10.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171230.8900.870.33121.9680.9537.06
Hex12AB1759057217a5125
Octal222532713101274117212145
Binary10010101010111011110110010101011110000111110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12AB17;
 }
 .AnyTagClassName
 {
   color: #12AB17;
 }
</style>
background-color css

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

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

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

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

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

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