#05A711

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

Shades of Islamic Green #05A711

Tints of Islamic Green #05A711

Color information

#05A711 (or 0x05A711) is unknown color: approx Islamic Green. HEX triplet: 05, A7 and 11. RGB value is (5,167,17). Sum of RGB (Red+Green+Blue) = 5+167+17=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 167 (65.62% from 255 or 88.36% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 167 - color contains mainly: green. Hex color #05A711 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A711 is #FA58EE. Grayscale: #656565. Windows color (decimal): -16406767 or 1156869. OLE color: 1156869.

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

Color convert

RGB516717-
CMYK0.9700.900.35
HSL124.44º94.19%33.73%-
HSV(B)124.44º97.01%65.49%-
XYZ13.9827.715.14-
YUV101.4680.3359.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 167 (65.62% from 255) = 88.36%
BLUE value IS 17 (7.03% from 255) = 8.99%
R=2.65%
G=88.36%
B=8.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5167170.9700.900.35124.4494.1933.73
Hex5A7116105A237c5e22
Octal52472114101324317413642
Binary101101001111000111000010101101010001111111001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,167,17); }

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

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

 a { background-color: rgb(5,167,17); }

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

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

 span { border-color: rgb(5,167,17); }

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