#0D920B

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

Shades of Islamic Green #0D920B

Tints of Islamic Green #0D920B

Color information

#0D920B (or 0x0D920B) is unknown color: approx Islamic Green. HEX triplet: 0D, 92 and 0B. RGB value is (13,146,11). Sum of RGB (Red+Green+Blue) = 13+146+11=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 146 (57.42% from 255 or 85.88% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 146 - color contains mainly: green. Hex color #0D920B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D920B is #F26DF4. Grayscale: #5B5B5B. Windows color (decimal): -15887861 or 758285. OLE color: 758285.

HSL color Cylindrical-coordinate representation of color #0D920B: hue angle of 119.11º degrees, saturation: 0.86, 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 #0D920B is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1314611-
CMYK0.9100.920.43
HSL119.11º85.99%30.78%-
HSV(B)119.11º92.47%57.25%-
XYZ10.5120.673.75-
YUV90.8482.9472.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.65%
GREEN value IS 146 (57.42% from 255) = 85.88%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=7.65%
G=85.88%
B=6.47%

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
Decimal13146110.9100.920.43119.1185.9930.78
HexD92B5B05C2B77561f
Octal152221313301345316712637
Binary11011001001010111011011010111001010111110111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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