Html Css Color HEX #0DAE3A Dark Pastel Green

📋 copy color: '#0DAE3A'

red 13 ◦ green 174 ◦ blue 58

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

Shades of Dark Pastel Green #0DAE3A

Tints of Dark Pastel Green #0DAE3A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 71.02%

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 5.31%
G = 71.02%
B = 23.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#0DAE3A (or 0x0DAE3A) is known color: Dark Pastel Green. HEX triplet: 0D, AE and 3A. RGB value is (13,174,58). Sum of RGB (Red+Green+Blue) = 13+174+58=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 174 (68.36% from 255 or 71.02% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAE3A is #F251C5. Grayscale: #707070. Windows color (decimal): -15880646 or 3845645. OLE color: 3845645.

HSL color Cylindrical-coordinate representation of color #0DAE3A: hue angle of 136.77º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE3A is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 174 58 -
CMYK 0.93 0 0.67 0.32
HSL 136.77º 0.86% 0.37% -
HSV(B) 136.77º 0.93% 0.68% -
XYZ 16.07 30.66 9.07 -
YUV 112.64 97.16 56.93 -
System Red Green Blue C M Y K H S L
Decimal 13 174 58 0.93 0 0.67 0.32 136.77 0.86 0.37
Hex D AE 3A 5D 0 43 20 89 56 25
Octal 15 256 72 135 0 103 40 211 126 45
Binary 1101 10101110 111010 1011101 0 1000011 100000 10001001 1010110 100101

Color Harmonies of #0DAE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE3A

Black with #0DAE3A

Text Example


Text Example

White with #0DAE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,174,58); }

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

background-color css

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

 a { background-color: rgb(13,174,58); }

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

border-color css

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

 span { border-color: rgb(13,174,58); }

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