#12AA12

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

Shades of Islamic Green #12AA12

Tints of Islamic Green #12AA12

Color information

#12AA12 (or 0x12AA12) is unknown color: approx Islamic Green. HEX triplet: 12, AA and 12. RGB value is (18,170,18). Sum of RGB (Red+Green+Blue) = 18+170+18=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 170 (66.80% from 255 or 82.52% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AA12 is #ED55ED. Grayscale: #6B6B6B. Windows color (decimal): -15554030 or 1223186. OLE color: 1223186.

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

Color convert

RGB1817018-
CMYK0.8900.890.33
HSL120º80.85%36.86%-
HSV(B)120º89.41%66.67%-
XYZ14.7328.925.38-
YUV107.2277.6464.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 170 (66.80% from 255) = 82.52%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=8.74%
G=82.52%
B=8.74%

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
Decimal18170180.8900.890.3312080.8536.86
Hex12AA125905921785125
Octal222522213101314117012145
Binary10010101010101001010110010101100110000111110001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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