#0DD82F

Color #0DD82F Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0DD82F

Tints of Dark Pastel Green #0DD82F

Color information

#0DD82F (or 0x0DD82F) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, D8 and 2F. RGB value is (13,216,47). Sum of RGB (Red+Green+Blue) = 13+216+47=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 216 (84.77% from 255 or 78.26% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD82F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD82F is #F227D0. Grayscale: #888888. Windows color (decimal): -15869905 or 3135501. OLE color: 3135501.

HSL color Cylindrical-coordinate representation of color #0DD82F: hue angle of 130.05º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD82F is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB1321647-
CMYK0.9400.780.15
HSL130.05º88.65%44.9%-
HSV(B)130.05º93.98%84.71%-
XYZ25.2349.410.89-
YUV136.0477.7540.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.71%
GREEN value IS 216 (84.77% from 255) = 78.26%
BLUE value IS 47 (18.75% from 255) = 17.03%
R=4.71%
G=78.26%
B=17.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal13216470.9400.780.15130.0588.6544.9
HexDD82F5E04EF82592d
Octal153305713601161720213155
Binary1101110110001011111011110010011101111100000101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,216,47); }

 H1.HeaderClassName
 {
   color: #0DD82F;
 }
 .AnyTagClassName
 {
   color: #0DD82F;
 }
</style>
background-color css

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

 a { background-color: rgb(13,216,47); }

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

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

 span { border-color: rgb(13,216,47); }

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