#0DA71E

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

Shades of Forest Green #0DA71E

Tints of Forest Green #0DA71E

Color information

#0DA71E (or 0x0DA71E) is unknown color: approx Forest Green. HEX triplet: 0D, A7 and 1E. RGB value is (13,167,30). Sum of RGB (Red+Green+Blue) = 13+167+30=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 167 (65.62% from 255 or 79.52% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA71E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA71E is #F258E1. Grayscale: #696969. Windows color (decimal): -15882466 or 2008845. OLE color: 2008845.

HSL color Cylindrical-coordinate representation of color #0DA71E: hue angle of 126.62º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA71E is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1316730-
CMYK0.9200.820.35
HSL126.62º85.56%35.29%-
HSV(B)126.62º92.22%65.49%-
XYZ14.2227.825.85-
YUV105.3485.4862.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.19%
GREEN value IS 167 (65.62% from 255) = 79.52%
BLUE value IS 30 (12.11% from 255) = 14.29%
R=6.19%
G=79.52%
B=14.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13167300.9200.820.35126.6285.5635.29
HexDA71E5C052237f5623
Octal152473613401224317712643
Binary1101101001111111010111000101001010001111111111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,167,30); }

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

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

 a { background-color: rgb(13,167,30); }

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

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

 span { border-color: rgb(13,167,30); }

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