#0D8A0E

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

Shades of Green #0D8A0E

Tints of Green #0D8A0E

Color information

#0D8A0E (or 0x0D8A0E) is unknown color: approx Green. HEX triplet: 0D, 8A and 0E. RGB value is (13,138,14). Sum of RGB (Red+Green+Blue) = 13+138+14=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 138 (54.30% from 255 or 83.64% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8A0E is #F275F1. Grayscale: #565656. Windows color (decimal): -15889906 or 952845. OLE color: 952845.

HSL color Cylindrical-coordinate representation of color #0D8A0E: hue angle of 120.48º 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 #0D8A0E is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB1313814-
CMYK0.9100.900.46
HSL120.48º82.78%29.61%-
HSV(B)120.48º90.58%54.12%-
XYZ9.3318.293.45-
YUV86.4987.0975.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.88%
GREEN value IS 138 (54.30% from 255) = 83.64%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=7.88%
G=83.64%
B=8.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13138140.9100.900.46120.4882.7829.61
HexD8AE5B05A2E78531e
Octal152121613301325617012336
Binary11011000101011101011011010110101011101111000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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