Html Css Color HEX #0DDC2A Dark Pastel Green

📋 copy color: '#0DDC2A'

red 13 ◦ green 220 ◦ blue 42

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

Shades of Dark Pastel Green #0DDC2A

Tints of Dark Pastel Green #0DDC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.27%

R = 4.73%
G = 80%
B = 15.27%

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

#0DDC2A (or 0x0DDC2A) is known color: Dark Pastel Green. HEX triplet: 0D, DC and 2A. RGB value is (13,220,42). Sum of RGB (Red+Green+Blue) = 13+220+42=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 220 (86.33% from 255 or 80% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDC2A is #F223D5. Grayscale: #8A8A8A. Windows color (decimal): -15868886 or 2808845. OLE color: 2808845.

HSL color Cylindrical-coordinate representation of color #0DDC2A: hue angle of 128.41º 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 #0DDC2A is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 220 42 -
CMYK 0.94 0 0.81 0.14
HSL 128.41º 0.89% 0.46% -
HSV(B) 128.41º 0.94% 0.86% -
XYZ 26.18 51.44 10.74 -
YUV 137.82 73.92 38.97 -
System Red Green Blue C M Y K H S L
Decimal 13 220 42 0.94 0 0.81 0.14 128.41 0.89 0.46
Hex D DC 2A 5E 0 51 E 80 59 2E
Octal 15 334 52 136 0 121 16 200 131 56
Binary 1101 11011100 101010 1011110 0 1010001 1110 10000000 1011001 101110

Color Harmonies of #0DDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDC2A

Black with #0DDC2A

Text Example


Text Example

White with #0DDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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