#05960A

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

Shades of Islamic Green #05960A

Tints of Islamic Green #05960A

Color information

#05960A (or 0x05960A) is unknown color: approx Islamic Green. HEX triplet: 05, 96 and 0A. RGB value is (5,150,10). Sum of RGB (Red+Green+Blue) = 5+150+10=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 150 (58.98% from 255 or 90.91% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 150 - color contains mainly: green. Hex color #05960A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05960A is #FA69F5. Grayscale: #5B5B5B. Windows color (decimal): -16411126 or 693765. OLE color: 693765.

HSL color Cylindrical-coordinate representation of color #05960A: hue angle of 122.07º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05960A is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB515010-
CMYK0.9700.930.41
HSL122.07º93.55%30.39%-
HSV(B)122.07º96.67%58.82%-
XYZ11.0221.873.93-
YUV90.6882.4666.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 150 (58.98% from 255) = 90.91%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=3.03%
G=90.91%
B=6.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5150100.9700.930.41122.0793.5530.39
Hex596A6105D297a5e1e
Octal52261214101355117213636
Binary1011001011010101100001010111011010011111010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05960A; }

 p { color: rgb(5,150,10); }

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

<style>
 a { background-color: #05960A; }

 a { background-color: rgb(5,150,10); }

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

<style>
 span { border-color: #05960A; }

 span { border-color: rgb(5,150,10); }

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