#0DA620

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

Shades of Forest Green #0DA620

Tints of Forest Green #0DA620

Color information

#0DA620 (or 0x0DA620) is unknown color: approx Forest Green. HEX triplet: 0D, A6 and 20. RGB value is (13,166,32). Sum of RGB (Red+Green+Blue) = 13+166+32=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 166 (65.23% from 255 or 78.67% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA620 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA620 is #F259DF. Grayscale: #696969. Windows color (decimal): -15882720 or 2139661. OLE color: 2139661.

HSL color Cylindrical-coordinate representation of color #0DA620: hue angle of 127.45º degrees, saturation: 0.85, 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 #0DA620 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1316632-
CMYK0.9200.810.35
HSL127.45º85.47%35.1%-
HSV(B)127.45º92.17%65.1%-
XYZ14.0627.465.93-
YUV104.9886.8162.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.16%
GREEN value IS 166 (65.23% from 255) = 78.67%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=6.16%
G=78.67%
B=15.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13166320.9200.810.35127.4585.4735.1
HexDA6205C051237f5523
Octal152464013401214317712543
Binary11011010011010000010111000101000110001111111111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,166,32); }

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

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

 a { background-color: rgb(13,166,32); }

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

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

 span { border-color: rgb(13,166,32); }

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