#05950A

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

Shades of Islamic Green #05950A

Tints of Islamic Green #05950A

Color information

#05950A (or 0x05950A) is unknown color: approx Islamic Green. HEX triplet: 05, 95 and 0A. RGB value is (5,149,10). Sum of RGB (Red+Green+Blue) = 5+149+10=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 149 (58.59% from 255 or 90.85% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 149 - color contains mainly: green. Hex color #05950A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05950A is #FA6AF5. Grayscale: #5A5A5A. Windows color (decimal): -16411382 or 693509. OLE color: 693509.

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

Color convert

RGB514910-
CMYK0.9700.930.42
HSL122.08º93.51%30.2%-
HSV(B)122.08º96.64%58.43%-
XYZ10.8621.553.87-
YUV90.182.7967.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 149 (58.59% from 255) = 90.85%
BLUE value IS 10 (4.30% from 255) = 6.10%
R=3.05%
G=90.85%
B=6.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5149100.9700.930.42122.0893.5130.2
Hex595A6105D2A7a5e1e
Octal52251214101355217213636
Binary1011001010110101100001010111011010101111010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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