#0AAA0C

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

Shades of Islamic Green #0AAA0C

Tints of Islamic Green #0AAA0C

Color information

#0AAA0C (or 0x0AAA0C) is unknown color: approx Islamic Green. HEX triplet: 0A, AA and 0C. RGB value is (10,170,12). Sum of RGB (Red+Green+Blue) = 10+170+12=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 170 (66.80% from 255 or 88.54% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAA0C is #F555F3. Grayscale: #686868. Windows color (decimal): -16078324 or 829962. OLE color: 829962.

HSL color Cylindrical-coordinate representation of color #0AAA0C: hue angle of 120.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA0C is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB1017012-
CMYK0.9400.930.33
HSL120.75º88.89%35.29%-
HSV(B)120.75º94.12%66.67%-
XYZ14.5728.845.15-
YUV104.1575.9960.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.21%
GREEN value IS 170 (66.80% from 255) = 88.54%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=5.21%
G=88.54%
B=6.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10170120.9400.930.33120.7588.8935.29
HexAAAC5E05D21795923
Octal122521413601354117113143
Binary101010101010110010111100101110110000111110011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AAA0C; }

 p { color: rgb(10,170,12); }

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

<style>
 a { background-color: #0AAA0C; }

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

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

<style>
 span { border-color: #0AAA0C; }

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

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