Html Css Color HEX #0DA62E Dark Pastel Green

📋 copy color: '#0DA62E'

red 13 ◦ green 166 ◦ blue 46

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

Shades of Dark Pastel Green #0DA62E

Tints of Dark Pastel Green #0DA62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 5.78%
G = 73.78%
B = 20.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#0DA62E (or 0x0DA62E) is known color: Dark Pastel Green. HEX triplet: 0D, A6 and 2E. RGB value is (13,166,46). Sum of RGB (Red+Green+Blue) = 13+166+46=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 166 (65.23% from 255 or 73.78% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA62E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA62E is #F259D1. Grayscale: #6A6A6A. Windows color (decimal): -15882706 or 3057165. OLE color: 3057165.

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

Color convert

RGB 13 166 46 -
CMYK 0.92 0 0.72 0.35
HSL 132.94º 0.85% 0.35% -
HSV(B) 132.94º 0.92% 0.65% -
XYZ 14.3 27.56 7.15 -
YUV 106.57 93.81 61.26 -
System Red Green Blue C M Y K H S L
Decimal 13 166 46 0.92 0 0.72 0.35 132.94 0.85 0.35
Hex D A6 2E 5C 0 48 23 85 55 23
Octal 15 246 56 134 0 110 43 205 125 43
Binary 1101 10100110 101110 1011100 0 1001000 100011 10000101 1010101 100011

Color Harmonies of #0DA62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA62E

Black with #0DA62E

Text Example


Text Example

White with #0DA62E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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