#D0F9D7

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

Shades of Off Green #D0F9D7

Tints of Off Green #D0F9D7

Color information

#D0F9D7 (or 0xD0F9D7) is unknown color: approx Off Green. HEX triplet: D0, F9 and D7. RGB value is (208,249,215). Sum of RGB (Red+Green+Blue) = 208+249+215=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9D7 is #2F0628. Grayscale: #E8E8E8. Windows color (decimal): -3081769 or 14154192. OLE color: 14154192.

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

Color convert

RGB208249215-
CMYK0.1600.140.02
HSL130.24º77.36%89.61%-
HSV(B)130.24º16.47%97.65%-
XYZ72.1586.0777.1-
YUV232.86117.92110.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.95%
GREEN value IS 249 (97.66% from 255) = 37.05%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=30.95%
G=37.05%
B=31.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082492150.1600.140.02130.2477.3689.61
HexD0F9D7100E2824d5a
Octal320371327200162202115132
Binary1101000011111001110101111000001110101000001010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F9D7; }

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

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

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

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

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

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

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

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