#09a50b

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

Shades of Islamic Green #09A50B

Tints of Islamic Green #09A50B

Color information

#09A50B (or 0x09A50B) is unknown color: approx Islamic Green. HEX triplet: 09, A5 and 0B. RGB value is (9,165,11). Sum of RGB (Red+Green+Blue) = 9+165+11=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 165 (64.84% from 255 or 89.19% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 165 - color contains mainly: green. Hex color #09A50B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09A50B is #F65AF4. Grayscale: #656565. Windows color (decimal): -16145141 or 763145. OLE color: 763145.

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

Color convert

RGB916511-
CMYK0.9500.930.35
HSL120.77º89.66%34.12%-
HSV(B)120.77º94.55%64.71%-
XYZ13.6326.994.81-
YUV100.877.3262.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 165 (64.84% from 255) = 89.19%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=4.86%
G=89.19%
B=5.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9165110.9500.930.35120.7789.6634.12
Hex9A5B5F05D23795a22
Octal112451313701354317113242
Binary100110100101101110111110101110110001111110011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09a50b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,165,11); }

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

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

 a { background-color: rgb(9,165,11); }

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

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

 span { border-color: rgb(9,165,11); }

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