Html Css Color HEX #0DAE30 Dark Pastel Green

📋 copy color: '#0DAE30'

red 13 ◦ green 174 ◦ blue 48

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

Shades of Dark Pastel Green #0DAE30

Tints of Dark Pastel Green #0DAE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.43%

R = 5.53%
G = 74.04%
B = 20.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#0DAE30 (or 0x0DAE30) is known color: Dark Pastel Green. HEX triplet: 0D, AE and 30. RGB value is (13,174,48). Sum of RGB (Red+Green+Blue) = 13+174+48=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 174 (68.36% from 255 or 74.04% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAE30 is #F251CF. Grayscale: #6F6F6F. Windows color (decimal): -15880656 or 3190285. OLE color: 3190285.

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

Color convert

RGB 13 174 48 -
CMYK 0.93 0 0.72 0.32
HSL 133.04º 0.86% 0.37% -
HSV(B) 133.04º 0.93% 0.68% -
XYZ 15.84 30.57 7.86 -
YUV 111.5 92.16 57.75 -
System Red Green Blue C M Y K H S L
Decimal 13 174 48 0.93 0 0.72 0.32 133.04 0.86 0.37
Hex D AE 30 5D 0 48 20 85 56 25
Octal 15 256 60 135 0 110 40 205 126 45
Binary 1101 10101110 110000 1011101 0 1001000 100000 10000101 1010110 100101

Color Harmonies of #0DAE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE30

Black with #0DAE30

Text Example


Text Example

White with #0DAE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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