#009513

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

Shades of Islamic Green #009513

Tints of Islamic Green #009513

Color information

#009513 (or 0x009513) is unknown color: approx Islamic Green. HEX triplet: 00, 95 and 13. RGB value is (0,149,19). Sum of RGB (Red+Green+Blue) = 0+149+19=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 149 (58.59% from 255 or 88.69% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 149 - color contains mainly: green. Hex color #009513 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009513 is #FF6AEC. Grayscale: #5A5A5A. Windows color (decimal): -16739053 or 1283328. OLE color: 1283328.

HSL color Cylindrical-coordinate representation of color #009513: hue angle of 127.65º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009513 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB014919-
CMYK100.870.42
HSL127.65º100%29.22%-
HSV(B)127.65º100%58.43%-
XYZ10.8621.544.2-
YUV89.6388.1464.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 88.69%
BLUE value IS 19 (7.81% from 255) = 11.31%
R=0%
G=88.69%
B=11.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014919100.870.42127.6510029.22
Hex09513640572A80641d
Octal02252314401275220014435
Binary0100101011001111001000101011110101010000000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009513; }

 p { color: rgb(0,149,19); }

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

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

 a { background-color: rgb(0,149,19); }

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

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

 span { border-color: rgb(0,149,19); }

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