Html Css Color HEX #D0FFAD Tea Green

📋 copy color: '#D0FFAD'

red 208 ◦ green 255 ◦ blue 173

#D0FFAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #D0FFAD

Tints of Tea Green #D0FFAD

RGB

 RED value IS 208 (81.64% from 255) = 32.7%

 GREEN value IS 255 (100% from 255) = 40.09%

 BLUE value IS 173 (67.97% from 255) = 27.2%

R = 32.7%
G = 40.09%
B = 27.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#D0FFAD (or 0xD0FFAD) is known color: 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

RGB 208 255 173 -
CMYK 0.18 0 0.32 0
HSL 94.39º 1% 0.84% -
HSV(B) 94.39º 0.32% 1% -
XYZ 69.32 87.95 52.86 -
YUV 231.6 94.93 111.17 -
System Red Green Blue C M Y K H S L
Decimal 208 255 173 0.18 0 0.32 0 94.39 1 0.84
Hex D0 FF AD 12 0 20 0 5E 64 54
Octal 320 377 255 22 0 40 0 136 144 124
Binary 11010000 11111111 10101101 10010 0 100000 0 1011110 1100100 1010100

Color Harmonies of #D0FFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FFAD

Black with #D0FFAD

Text Example


Text Example

White with #D0FFAD

Text Example


Text Example

HTML Codes & Css Web 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>