#0D920C

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

Shades of Islamic Green #0D920C

Tints of Islamic Green #0D920C

Color information

#0D920C (or 0x0D920C) is unknown color: approx Islamic Green. HEX triplet: 0D, 92 and 0C. RGB value is (13,146,12). Sum of RGB (Red+Green+Blue) = 13+146+12=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 146 (57.42% from 255 or 85.38% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 146 - color contains mainly: green. Hex color #0D920C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D920C is #F26DF3. Grayscale: #5B5B5B. Windows color (decimal): -15887860 or 823821. OLE color: 823821.

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

Color convert

RGB1314612-
CMYK0.9100.920.43
HSL119.55º84.81%30.98%-
HSV(B)119.55º91.78%57.25%-
XYZ10.5120.673.78-
YUV90.9683.4472.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.60%
GREEN value IS 146 (57.42% from 255) = 85.38%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=7.60%
G=85.38%
B=7.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13146120.9100.920.43119.5584.8130.98
HexD92C5B05C2B78551f
Octal152221413301345317012537
Binary11011001001011001011011010111001010111111000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D920C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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