#0D9012

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

Shades of Islamic Green #0D9012

Tints of Islamic Green #0D9012

Color information

#0D9012 (or 0x0D9012) is unknown color: approx Islamic Green. HEX triplet: 0D, 90 and 12. RGB value is (13,144,18). Sum of RGB (Red+Green+Blue) = 13+144+18=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 144 (56.64% from 255 or 82.29% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9012 is #F26FED. Grayscale: #5A5A5A. Windows color (decimal): -15888366 or 1216525. OLE color: 1216525.

HSL color Cylindrical-coordinate representation of color #0D9012: hue angle of 122.29º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9012 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1314418-
CMYK0.9100.880.44
HSL122.29º83.44%30.78%-
HSV(B)122.29º90.97%56.47%-
XYZ10.2520.083.91-
YUV90.4787.172.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.43%
GREEN value IS 144 (56.64% from 255) = 82.29%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=7.43%
G=82.29%
B=10.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13144180.9100.880.44122.2983.4430.78
HexD90125B0582C7a531f
Octal152202213301305417212337
Binary110110010000100101011011010110001011001111010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,144,18); }

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

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

 a { background-color: rgb(13,144,18); }

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

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

 span { border-color: rgb(13,144,18); }

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