#D6F0DA

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

Shades of Off Green #D6F0DA

Tints of Off Green #D6F0DA

Color information

#D6F0DA (or 0xD6F0DA) is unknown color: approx Off Green. HEX triplet: D6, F0 and DA. RGB value is (214,240,218). Sum of RGB (Red+Green+Blue) = 214+240+218=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0DA is #290F25. Grayscale: #E5E5E5. Windows color (decimal): -2690854 or 14348502. OLE color: 14348502.

HSL color Cylindrical-coordinate representation of color #D6F0DA: hue angle of 129.23º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F0DA is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB214240218-
CMYK0.1100.090.06
HSL129.23º46.43%89.02%-
HSV(B)129.23º10.83%94.12%-
XYZ71.5581.6878.32-
YUV229.72121.39116.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.85%
GREEN value IS 240 (94.14% from 255) = 35.71%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=31.85%
G=35.71%
B=32.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142402180.1100.090.06129.2346.4389.02
HexD6F0DAB096812e59
Octal32636033213011620156131
Binary110101101111000011011010101101001110100000011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F0DA; }

 p { color: rgb(214,240,218); }

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

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

 a { background-color: rgb(214,240,218); }

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

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

 span { border-color: rgb(214,240,218); }

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