#D0FFAD

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

Shades of Tea Green #D0FFAD

Tints of Tea Green #D0FFAD

Color information

#D0FFAD (or 0xD0FFAD) is unknown color: approx Tea Green. HEX triplet: D0, FF and AD. RGB value is (208,255,173). Sum of RGB (Red+Green+Blue) = 208+255+173=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFAD is #2F0052. Grayscale: #E7E7E7. Windows color (decimal): -3080275 or 11403216. OLE color: 11403216.

HSL color Cylindrical-coordinate representation of color #D0FFAD: hue angle of 94.39º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0FFAD is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB208255173-
CMYK0.1800.320
HSL94.39º100%83.92%-
HSV(B)94.39º32.16%100%-
XYZ69.3287.9552.86-
YUV231.694.93111.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.70%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 173 (67.97% from 255) = 27.20%
R=32.70%
G=40.09%
B=27.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551730.1800.32094.3910083.92
HexD0FFAD1202005e6454
Octal320377255220400136144124
Binary1101000011111111101011011001001000000101111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFAD; }

 p { color: rgb(208,255,173); }

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

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

 a { background-color: rgb(208,255,173); }

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

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

 span { border-color: rgb(208,255,173); }

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