#0D8912

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

Shades of Green #0D8912

Tints of Green #0D8912

Color information

#0D8912 (or 0x0D8912) is unknown color: approx Green. HEX triplet: 0D, 89 and 12. RGB value is (13,137,18). Sum of RGB (Red+Green+Blue) = 13+137+18=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 137 (53.91% from 255 or 81.55% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8912 is #F276ED. Grayscale: #565656. Windows color (decimal): -15890158 or 1214733. OLE color: 1214733.

HSL color Cylindrical-coordinate representation of color #0D8912: hue angle of 122.42º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8912 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB1313718-
CMYK0.9100.870.46
HSL122.42º82.67%29.41%-
HSV(B)122.42º90.51%53.73%-
XYZ9.2218.023.56-
YUV86.3689.4275.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.74%
GREEN value IS 137 (53.91% from 255) = 81.55%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=7.74%
G=81.55%
B=10.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13137180.9100.870.46122.4282.6729.41
HexD89125B0572E7a531d
Octal152112213301275617212335
Binary110110001001100101011011010101111011101111010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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