Html Css Color HEX #D0FFAE Tea Green

📋 copy color: '#D0FFAE'

red 208 ◦ green 255 ◦ blue 174

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

Shades of Tea Green #D0FFAE

Tints of Tea Green #D0FFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.32%

R = 32.65%
G = 40.03%
B = 27.32%

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

#D0FFAE (or 0xD0FFAE) is known color: Tea Green. HEX triplet: D0, FF and AE. RGB value is (208,255,174). Sum of RGB (Red+Green+Blue) = 208+255+174=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFAE is #2F0051. Grayscale: #E7E7E7. Windows color (decimal): -3080274 or 11468752. OLE color: 11468752.

HSL color Cylindrical-coordinate representation of color #D0FFAE: hue angle of 94.81º 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 #D0FFAE is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 208 255 174 -
CMYK 0.18 0 0.32 0
HSL 94.81º 1% 0.84% -
HSV(B) 94.81º 0.32% 1% -
XYZ 69.41 87.99 53.37 -
YUV 231.71 95.43 111.09 -
System Red Green Blue C M Y K H S L
Decimal 208 255 174 0.18 0 0.32 0 94.81 1 0.84
Hex D0 FF AE 12 0 20 0 5F 64 54
Octal 320 377 256 22 0 40 0 137 144 124
Binary 11010000 11111111 10101110 10010 0 100000 0 1011111 1100100 1010100

Color Harmonies of #D0FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FFAE

Black with #D0FFAE

Text Example


Text Example

White with #D0FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FFAE; }

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

 H1.HeaderClassName
 {
   color: #D0FFAE;
 }
 .AnyTagClassName
 {
   color: #D0FFAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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