#D0FADA

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

Shades of Off Green #D0FADA

Tints of Off Green #D0FADA

Color information

#D0FADA (or 0xD0FADA) is unknown color: approx Off Green. HEX triplet: D0, FA and DA. RGB value is (208,250,218). Sum of RGB (Red+Green+Blue) = 208+250+218=676 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.77% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FADA is #2F0525. Grayscale: #E9E9E9. Windows color (decimal): -3081510 or 14351056. OLE color: 14351056.

HSL color Cylindrical-coordinate representation of color #D0FADA: hue angle of 134.29º 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 #D0FADA is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB208250218-
CMYK0.1700.130.02
HSL134.29º80.77%89.8%-
HSV(B)134.29º16.8%98.04%-
XYZ72.8586.8479.25-
YUV233.79119.09109.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.77%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 218 (85.55% from 255) = 32.25%
R=30.77%
G=36.98%
B=32.25%

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
Decimal2082502180.1700.130.02134.2980.7789.8
HexD0FADA110D286515a
Octal320372332210152206121132
Binary1101000011111010110110101000101101101000011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FADA; }

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

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

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

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

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

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

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

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