#D9F1DC

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

Shades of Off Green #D9F1DC

Tints of Off Green #D9F1DC

Color information

#D9F1DC (or 0xD9F1DC) is unknown color: approx Off Green. HEX triplet: D9, F1 and DC. RGB value is (217,241,220). Sum of RGB (Red+Green+Blue) = 217+241+220=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F1DC is #260E23. Grayscale: #E7E7E7. Windows color (decimal): -2493988 or 14479833. OLE color: 14479833.

HSL color Cylindrical-coordinate representation of color #D9F1DC: hue angle of 127.5º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F1DC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB217241220-
CMYK0.1000.090.05
HSL127.5º46.15%89.8%-
HSV(B)127.5º9.96%94.51%-
XYZ72.9982.8379.85-
YUV231.43121.55117.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.01%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=32.01%
G=35.55%
B=32.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172412200.1000.090.05127.546.1589.8
HexD9F1DCA0957f2e5a
Octal33136133412011517756132
Binary11011001111100011101110010100100110111111111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F1DC; }

 p { color: rgb(217,241,220); }

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

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

 a { background-color: rgb(217,241,220); }

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

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

 span { border-color: rgb(217,241,220); }

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