#05950C

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

Shades of Islamic Green #05950C

Tints of Islamic Green #05950C

Color information

#05950C (or 0x05950C) is unknown color: approx Islamic Green. HEX triplet: 05, 95 and 0C. RGB value is (5,149,12). Sum of RGB (Red+Green+Blue) = 5+149+12=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 149 (58.59% from 255 or 89.76% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 149 - color contains mainly: green. Hex color #05950C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05950C is #FA6AF3. Grayscale: #5A5A5A. Windows color (decimal): -16411380 or 824581. OLE color: 824581.

HSL color Cylindrical-coordinate representation of color #05950C: hue angle of 122.92º 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 #05950C is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB514912-
CMYK0.9700.920.42
HSL122.92º93.51%30.2%-
HSV(B)122.92º96.64%58.43%-
XYZ10.8821.553.93-
YUV90.3383.7967.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 149 (58.59% from 255) = 89.76%
BLUE value IS 12 (5.08% from 255) = 7.23%
R=3.01%
G=89.76%
B=7.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5149120.9700.920.42122.9293.5130.2
Hex595C6105C2A7b5e1e
Octal52251414101345217313636
Binary1011001010111001100001010111001010101111011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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