Html Css Color HEX #0DA61E Forest Green

📋 copy color: '#0DA61E'

red 13 ◦ green 166 ◦ blue 30

#0DA61E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0DA61E

Tints of Forest Green #0DA61E

RGB

 RED value IS 13 (5.47% from 255) = 6.22%

 GREEN value IS 166 (65.23% from 255) = 79.43%

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 6.22%
G = 79.43%
B = 14.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#0DA61E (or 0x0DA61E) is known color: Forest Green. HEX triplet: 0D, A6 and 1E. RGB value is (13,166,30). Sum of RGB (Red+Green+Blue) = 13+166+30=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 166 (65.23% from 255 or 79.43% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA61E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA61E is #F259E1. Grayscale: #696969. Windows color (decimal): -15882722 or 2008589. OLE color: 2008589.

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

Color convert

RGB 13 166 30 -
CMYK 0.92 0 0.82 0.35
HSL 126.67º 0.85% 0.35% -
HSV(B) 126.67º 0.92% 0.65% -
XYZ 14.04 27.45 5.79 -
YUV 104.75 85.81 62.56 -
System Red Green Blue C M Y K H S L
Decimal 13 166 30 0.92 0 0.82 0.35 126.67 0.85 0.35
Hex D A6 1E 5C 0 52 23 7F 55 23
Octal 15 246 36 134 0 122 43 177 125 43
Binary 1101 10100110 11110 1011100 0 1010010 100011 1111111 1010101 100011

Color Harmonies of #0DA61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA61E

Black with #0DA61E

Text Example


Text Example

White with #0DA61E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DA61E;
 }
 .AnyTagClassName
 {
   color: #0DA61E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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