#05900F

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

Shades of Islamic Green #05900F

Tints of Islamic Green #05900F

Color information

#05900F (or 0x05900F) is unknown color: approx Islamic Green. HEX triplet: 05, 90 and 0F. RGB value is (5,144,15). Sum of RGB (Red+Green+Blue) = 5+144+15=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 144 (56.64% from 255 or 87.80% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 144 - color contains mainly: green. Hex color #05900F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05900F is #FA6FF0. Grayscale: #585858. Windows color (decimal): -16412657 or 1019909. OLE color: 1019909.

HSL color Cylindrical-coordinate representation of color #05900F: hue angle of 124.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05900F is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB514415-
CMYK0.9700.900.44
HSL124.32º93.29%29.22%-
HSV(B)124.32º96.53%56.47%-
XYZ10.1220.013.78-
YUV87.7386.9568.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 144 (56.64% from 255) = 87.80%
BLUE value IS 15 (6.25% from 255) = 9.15%
R=3.05%
G=87.80%
B=9.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5144150.9700.900.44124.3293.2929.22
Hex590F6105A2C7c5d1d
Octal52201714101325417413535
Binary1011001000011111100001010110101011001111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05900F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05900F; }

 p { color: rgb(5,144,15); }

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

<style>
 a { background-color: #05900F; }

 a { background-color: rgb(5,144,15); }

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

<style>
 span { border-color: #05900F; }

 span { border-color: rgb(5,144,15); }

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