Html Css Color HEX #0DDC29 Dark Pastel Green

📋 copy color: '#0DDC29'

red 13 ◦ green 220 ◦ blue 41

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

Shades of Dark Pastel Green #0DDC29

Tints of Dark Pastel Green #0DDC29

RGB

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

 GREEN value IS 220 (86.33% from 255) = 80.29%

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 4.74%
G = 80.29%
B = 14.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#0DDC29 (or 0x0DDC29) is known color: Dark Pastel Green. HEX triplet: 0D, DC and 29. RGB value is (13,220,41). Sum of RGB (Red+Green+Blue) = 13+220+41=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 220 (86.33% from 255 or 80.29% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDC29 is #F223D6. Grayscale: #8A8A8A. Windows color (decimal): -15868887 or 2743309. OLE color: 2743309.

HSL color Cylindrical-coordinate representation of color #0DDC29: hue angle of 128.12º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC29 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 220 41 -
CMYK 0.94 0 0.81 0.14
HSL 128.12º 0.89% 0.46% -
HSV(B) 128.12º 0.94% 0.86% -
XYZ 26.16 51.43 10.65 -
YUV 137.7 73.42 39.05 -
System Red Green Blue C M Y K H S L
Decimal 13 220 41 0.94 0 0.81 0.14 128.12 0.89 0.46
Hex D DC 29 5E 0 51 E 80 59 2E
Octal 15 334 51 136 0 121 16 200 131 56
Binary 1101 11011100 101001 1011110 0 1010001 1110 10000000 1011001 101110

Color Harmonies of #0DDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDC29

Black with #0DDC29

Text Example


Text Example

White with #0DDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,220,41); }

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

background-color css

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

 a { background-color: rgb(13,220,41); }

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

border-color css

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

 span { border-color: rgb(13,220,41); }

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