Html Css Color HEX #0DD02C Dark Pastel Green

📋 copy color: '#0DD02C'

red 13 ◦ green 208 ◦ blue 44

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

Shades of Dark Pastel Green #0DD02C

Tints of Dark Pastel Green #0DD02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 78.49%

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 4.91%
G = 78.49%
B = 16.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#0DD02C (or 0x0DD02C) is known color: Dark Pastel Green. HEX triplet: 0D, D0 and 2C. RGB value is (13,208,44). Sum of RGB (Red+Green+Blue) = 13+208+44=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 208 (81.64% from 255 or 78.49% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD02C is #F22FD3. Grayscale: #838383. Windows color (decimal): -15871956 or 2936845. OLE color: 2936845.

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

Color convert

RGB 13 208 44 -
CMYK 0.94 0 0.79 0.18
HSL 129.54º 0.88% 0.43% -
HSV(B) 129.54º 0.94% 0.82% -
XYZ 23.18 45.38 9.92 -
YUV 131 78.9 43.84 -
System Red Green Blue C M Y K H S L
Decimal 13 208 44 0.94 0 0.79 0.18 129.54 0.88 0.43
Hex D D0 2C 5E 0 4F 12 82 58 2B
Octal 15 320 54 136 0 117 22 202 130 53
Binary 1101 11010000 101100 1011110 0 1001111 10010 10000010 1011000 101011

Color Harmonies of #0DD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD02C

Black with #0DD02C

Text Example


Text Example

White with #0DD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,208,44); }

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

background-color css

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

 a { background-color: rgb(13,208,44); }

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

border-color css

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

 span { border-color: rgb(13,208,44); }

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