#05AF09

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

Shades of Islamic Green #05AF09

Tints of Islamic Green #05AF09

Color information

#05AF09 (or 0x05AF09) is unknown color: approx Islamic Green. HEX triplet: 05, AF and 09. RGB value is (5,175,9). Sum of RGB (Red+Green+Blue) = 5+175+9=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 175 (68.75% from 255 or 92.59% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AF09 is #FA50F6. Grayscale: #696969. Windows color (decimal): -16404727 or 634629. OLE color: 634629.

HSL color Cylindrical-coordinate representation of color #05AF09: hue angle of 121.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AF09 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB51759-
CMYK0.9700.950.31
HSL121.41º94.44%35.29%-
HSV(B)121.41º97.14%68.63%-
XYZ15.4430.715.37-
YUV105.2573.6856.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 175 (68.75% from 255) = 92.59%
BLUE value IS 9 (3.91% from 255) = 4.76%
R=2.65%
G=92.59%
B=4.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal517590.9700.950.31121.4194.4435.29
Hex5AF96105F1F795e23
Octal52571114101373717113643
Binary1011010111110011100001010111111111111110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05AF09; }

 p { color: rgb(5,175,9); }

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

<style>
 a { background-color: #05AF09; }

 a { background-color: rgb(5,175,9); }

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

<style>
 span { border-color: #05AF09; }

 span { border-color: rgb(5,175,9); }

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