#D0FAD9

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

Shades of Off Green #D0FAD9

Tints of Off Green #D0FAD9

Color information

#D0FAD9 (or 0xD0FAD9) is unknown color: approx Off Green. HEX triplet: D0, FA and D9. RGB value is (208,250,217). Sum of RGB (Red+Green+Blue) = 208+250+217=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FAD9 is #2F0526. Grayscale: #E9E9E9. Windows color (decimal): -3081511 or 14285520. OLE color: 14285520.

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

Color convert

RGB208250217-
CMYK0.1700.130.02
HSL132.86º80.77%89.8%-
HSV(B)132.86º16.8%98.04%-
XYZ72.7286.7978.57-
YUV233.68118.59109.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.81%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=30.81%
G=37.04%
B=32.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082502170.1700.130.02132.8680.7789.8
HexD0FAD9110D285515a
Octal320372331210152205121132
Binary1101000011111010110110011000101101101000010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAD9; }

 p { color: rgb(208,250,217); }

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

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

 a { background-color: rgb(208,250,217); }

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

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

 span { border-color: rgb(208,250,217); }

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