#0D9D12

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

Shades of Islamic Green #0D9D12

Tints of Islamic Green #0D9D12

Color information

#0D9D12 (or 0x0D9D12) is unknown color: approx Islamic Green. HEX triplet: 0D, 9D and 12. RGB value is (13,157,18). Sum of RGB (Red+Green+Blue) = 13+157+18=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 157 (61.72% from 255 or 83.51% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9D12 is #F262ED. Grayscale: #626262. Windows color (decimal): -15885038 or 1219853. OLE color: 1219853.

HSL color Cylindrical-coordinate representation of color #0D9D12: hue angle of 122.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9D12 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1315718-
CMYK0.9200.890.38
HSL122.08º84.71%33.33%-
HSV(B)122.08º91.72%61.57%-
XYZ12.3324.244.6-
YUV98.182.7967.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.91%
GREEN value IS 157 (61.72% from 255) = 83.51%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=6.91%
G=83.51%
B=9.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13157180.9200.890.38122.0884.7133.33
HexD9D125C059267a5521
Octal152352213401314617212541
Binary1101100111011001010111000101100110011011110101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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