#0D9C01

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

Shades of Islamic Green #0D9C01

Tints of Islamic Green #0D9C01

Color information

#0D9C01 (or 0x0D9C01) is unknown color: approx Islamic Green. HEX triplet: 0D, 9C and 01. RGB value is (13,156,1). Sum of RGB (Red+Green+Blue) = 13+156+1=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 156 (61.33% from 255 or 91.76% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9C01 is #F263FE. Grayscale: #606060. Windows color (decimal): -15885311 or 105485. OLE color: 105485.

HSL color Cylindrical-coordinate representation of color #0D9C01: hue angle of 115.35º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D9C01 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB131561-
CMYK0.9200.990.39
HSL115.35º98.73%30.78%-
HSV(B)115.35º99.36%61.18%-
XYZ12.0623.864-
YUV95.5774.6269.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.65%
GREEN value IS 156 (61.33% from 255) = 91.76%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=7.65%
G=91.76%
B=0.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1315610.9200.990.39115.3598.7330.78
HexD9C15C0632773631f
Octal15234113401434716314337
Binary11011001110011011100011000111001111110011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D9C01; }

 p { color: rgb(13,156,1); }

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

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

 a { background-color: rgb(13,156,1); }

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

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

 span { border-color: rgb(13,156,1); }

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