#12AA13

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

Shades of Islamic Green #12AA13

Tints of Islamic Green #12AA13

Color information

#12AA13 (or 0x12AA13) is unknown color: approx Islamic Green. HEX triplet: 12, AA and 13. RGB value is (18,170,19). Sum of RGB (Red+Green+Blue) = 18+170+19=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 170 (66.80% from 255 or 82.13% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AA13 is #ED55EC. Grayscale: #6B6B6B. Windows color (decimal): -15554029 or 1288722. OLE color: 1288722.

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

Color convert

RGB1817019-
CMYK0.8900.890.33
HSL120.39º80.85%36.86%-
HSV(B)120.39º89.41%66.67%-
XYZ14.7428.935.42-
YUV107.3478.1464.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 170 (66.80% from 255) = 82.13%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=8.70%
G=82.13%
B=9.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18170190.8900.890.33120.3980.8536.86
Hex12AA135905921785125
Octal222522313101314117012145
Binary10010101010101001110110010101100110000111110001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,170,19); }

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

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

 a { background-color: rgb(18,170,19); }

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

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

 span { border-color: rgb(18,170,19); }

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