#0D9202

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

Shades of Islamic Green #0D9202

Tints of Islamic Green #0D9202

Color information

#0D9202 (or 0x0D9202) is unknown color: approx Islamic Green. HEX triplet: 0D, 92 and 02. RGB value is (13,146,2). Sum of RGB (Red+Green+Blue) = 13+146+2=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 146 (57.42% from 255 or 90.68% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9202 is #F26DFD. Grayscale: #5A5A5A. Windows color (decimal): -15887870 or 168461. OLE color: 168461.

HSL color Cylindrical-coordinate representation of color #0D9202: hue angle of 115.42º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D9202 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB131462-
CMYK0.9100.990.43
HSL115.42º97.3%29.02%-
HSV(B)115.42º98.63%57.25%-
XYZ10.4620.653.49-
YUV89.8278.4473.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.07%
GREEN value IS 146 (57.42% from 255) = 90.68%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=8.07%
G=90.68%
B=1.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1314620.9100.990.43115.4297.329.02
HexD9225B0632B73611d
Octal15222213301435316314135
Binary110110010010101011011011000111010111110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,2); }

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

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

 a { background-color: rgb(13,146,2); }

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

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

 span { border-color: rgb(13,146,2); }

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