#0D8A12

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

Shades of Green #0D8A12

Tints of Green #0D8A12

Color information

#0D8A12 (or 0x0D8A12) is unknown color: approx Green. HEX triplet: 0D, 8A and 12. RGB value is (13,138,18). Sum of RGB (Red+Green+Blue) = 13+138+18=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 138 (54.30% from 255 or 81.66% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8A12 is #F275ED. Grayscale: #575757. Windows color (decimal): -15889902 or 1214989. OLE color: 1214989.

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

Color convert

RGB1313818-
CMYK0.9100.870.46
HSL122.4º82.78%29.61%-
HSV(B)122.4º90.58%54.12%-
XYZ9.3618.313.61-
YUV86.9489.0975.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.69%
GREEN value IS 138 (54.30% from 255) = 81.66%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=7.69%
G=81.66%
B=10.65%

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
Decimal13138180.9100.870.46122.482.7829.61
HexD8A125B0572E7a531e
Octal152122213301275617212336
Binary110110001010100101011011010101111011101111010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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