#0DD830

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

Shades of Dark Pastel Green #0DD830

Tints of Dark Pastel Green #0DD830

Color information

#0DD830 (or 0x0DD830) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, D8 and 30. RGB value is (13,216,48). Sum of RGB (Red+Green+Blue) = 13+216+48=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 216 (84.77% from 255 or 77.98% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD830 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD830 is #F227CF. Grayscale: #888888. Windows color (decimal): -15869904 or 3201037. OLE color: 3201037.

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

Color convert

RGB1321648-
CMYK0.9400.780.15
HSL130.34º88.65%44.9%-
HSV(B)130.34º93.98%84.71%-
XYZ25.2649.4111-
YUV136.1578.2540.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.69%
GREEN value IS 216 (84.77% from 255) = 77.98%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=4.69%
G=77.98%
B=17.33%

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
Decimal13216480.9400.780.15130.3488.6544.9
HexDD8305E04EF82592d
Octal153306013601161720213155
Binary1101110110001100001011110010011101111100000101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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