Html Css Color HEX #0DD124 Dark Pastel Green

📋 copy color: '#0DD124'

red 13 ◦ green 209 ◦ blue 36

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

Shades of Dark Pastel Green #0DD124

Tints of Dark Pastel Green #0DD124

RGB

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

 GREEN value IS 209 (82.03% from 255) = 81.01%

 BLUE value IS 36 (14.45% from 255) = 13.95%

R = 5.04%
G = 81.01%
B = 13.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#0DD124 (or 0x0DD124) is known color: Dark Pastel Green. HEX triplet: 0D, D1 and 24. RGB value is (13,209,36). Sum of RGB (Red+Green+Blue) = 13+209+36=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 209 (82.03% from 255 or 81.01% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD124 is #F22EDB. Grayscale: #838383. Windows color (decimal): -15871708 or 2412813. OLE color: 2412813.

HSL color Cylindrical-coordinate representation of color #0DD124: hue angle of 127.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD124 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 209 36 -
CMYK 0.94 0 0.83 0.18
HSL 127.04º 0.88% 0.44% -
HSV(B) 127.04º 0.94% 0.82% -
XYZ 23.28 45.81 9.28 -
YUV 130.67 74.57 44.07 -
System Red Green Blue C M Y K H S L
Decimal 13 209 36 0.94 0 0.83 0.18 127.04 0.88 0.44
Hex D D1 24 5E 0 53 12 7F 58 2C
Octal 15 321 44 136 0 123 22 177 130 54
Binary 1101 11010001 100100 1011110 0 1010011 10010 1111111 1011000 101100

Color Harmonies of #0DD124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD124

Black with #0DD124

Text Example


Text Example

White with #0DD124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,209,36); }

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

background-color css

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

 a { background-color: rgb(13,209,36); }

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

border-color css

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

 span { border-color: rgb(13,209,36); }

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