#0AAA0B

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

Shades of Islamic Green #0AAA0B

Tints of Islamic Green #0AAA0B

Color information

#0AAA0B (or 0x0AAA0B) is unknown color: approx Islamic Green. HEX triplet: 0A, AA and 0B. RGB value is (10,170,11). Sum of RGB (Red+Green+Blue) = 10+170+11=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 170 (66.80% from 255 or 89.01% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAA0B is #F555F4. Grayscale: #686868. Windows color (decimal): -16078325 or 764426. OLE color: 764426.

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

Color convert

RGB1017011-
CMYK0.9400.940.33
HSL120.38º88.89%35.29%-
HSV(B)120.38º94.12%66.67%-
XYZ14.5628.845.12-
YUV104.0375.4960.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 170 (66.80% from 255) = 89.01%
BLUE value IS 11 (4.69% from 255) = 5.76%
R=5.24%
G=89.01%
B=5.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10170110.9400.940.33120.3888.8935.29
HexAAAB5E05E21785923
Octal122521313601364117013143
Binary101010101010101110111100101111010000111110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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