#0DA125

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

Shades of Forest Green #0DA125

Tints of Forest Green #0DA125

Color information

#0DA125 (or 0x0DA125) is unknown color: approx Forest Green. HEX triplet: 0D, A1 and 25. RGB value is (13,161,37). Sum of RGB (Red+Green+Blue) = 13+161+37=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 161 (63.28% from 255 or 76.30% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA125 is #F25EDA. Grayscale: #666666. Windows color (decimal): -15883995 or 2466061. OLE color: 2466061.

HSL color Cylindrical-coordinate representation of color #0DA125: hue angle of 129.73º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA125 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB1316137-
CMYK0.9200.770.37
HSL129.73º85.06%34.12%-
HSV(B)129.73º91.93%63.14%-
XYZ13.2425.716.01-
YUV102.6190.9764.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.16%
GREEN value IS 161 (63.28% from 255) = 76.30%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=6.16%
G=76.30%
B=17.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13161370.9200.770.37129.7385.0634.12
HexDA1255C04D25825522
Octal152414513401154520212542
Binary110110100001100101101110001001101100101100000101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,161,37); }

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

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

 a { background-color: rgb(13,161,37); }

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

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

 span { border-color: rgb(13,161,37); }

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