#09AA14

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

Shades of Islamic Green #09AA14

Tints of Islamic Green #09AA14

Color information

#09AA14 (or 0x09AA14) is unknown color: approx Islamic Green. HEX triplet: 09, AA and 14. RGB value is (9,170,20). Sum of RGB (Red+Green+Blue) = 9+170+20=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 170 (66.80% from 255 or 85.43% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09AA14 is #F655EB. Grayscale: #696969. Windows color (decimal): -16143852 or 1354249. OLE color: 1354249.

HSL color Cylindrical-coordinate representation of color #09AA14: hue angle of 124.1º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AA14 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB917020-
CMYK0.9500.880.33
HSL124.1º89.94%35.1%-
HSV(B)124.1º94.71%66.67%-
XYZ14.6128.865.46-
YUV104.7680.1659.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 170 (66.80% from 255) = 85.43%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=4.52%
G=85.43%
B=10.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9170200.9500.880.33124.189.9435.1
Hex9AA145F058217c5a23
Octal112522413701304117413243
Binary1001101010101010010111110101100010000111111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09AA14; }

 p { color: rgb(9,170,20); }

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

<style>
 a { background-color: #09AA14; }

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

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

<style>
 span { border-color: #09AA14; }

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

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