#D0F9DA

Color #D0F9DA Off Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Green #D0F9DA

Tints of Off Green #D0F9DA

Color information

#D0F9DA (or 0xD0F9DA) is unknown color: approx Off Green. HEX triplet: D0, F9 and DA. RGB value is (208,249,218). Sum of RGB (Red+Green+Blue) = 208+249+218=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9DA is #2F0625. Grayscale: #E9E9E9. Windows color (decimal): -3081766 or 14350800. OLE color: 14350800.

HSL color Cylindrical-coordinate representation of color #D0F9DA: hue angle of 134.63º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F9DA is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB208249218-
CMYK0.1600.120.02
HSL134.63º77.36%89.61%-
HSV(B)134.63º16.47%97.65%-
XYZ72.5486.2279.15-
YUV233.21119.42110.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.81%
GREEN value IS 249 (97.66% from 255) = 36.89%
BLUE value IS 218 (85.55% from 255) = 32.30%
R=30.81%
G=36.89%
B=32.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082492180.1600.120.02134.6377.3689.61
HexD0F9DA100C2874d5a
Octal320371332200142207115132
Binary1101000011111001110110101000001100101000011110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F9DA; }

 p { color: rgb(208,249,218); }

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

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

 a { background-color: rgb(208,249,218); }

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

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

 span { border-color: rgb(208,249,218); }

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