#05AF08

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

Shades of Islamic Green #05AF08

Tints of Islamic Green #05AF08

Color information

#05AF08 (or 0x05AF08) is unknown color: approx Islamic Green. HEX triplet: 05, AF and 08. RGB value is (5,175,8). Sum of RGB (Red+Green+Blue) = 5+175+8=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 175 (68.75% from 255 or 93.09% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AF08 is #FA50F7. Grayscale: #696969. Windows color (decimal): -16404728 or 569093. OLE color: 569093.

HSL color Cylindrical-coordinate representation of color #05AF08: hue angle of 121.06º 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 #05AF08 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB51758-
CMYK0.9700.950.31
HSL121.06º94.44%35.29%-
HSV(B)121.06º97.14%68.63%-
XYZ15.4430.715.34-
YUV105.1373.1856.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 175 (68.75% from 255) = 93.09%
BLUE value IS 8 (3.52% from 255) = 4.26%
R=2.66%
G=93.09%
B=4.26%

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
Decimal517580.9700.950.31121.0694.4435.29
Hex5AF86105F1F795e23
Octal52571014101373717113643
Binary1011010111110001100001010111111111111110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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