#D0FEAE

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

Shades of Tea Green #D0FEAE

Tints of Tea Green #D0FEAE

Color information

#D0FEAE (or 0xD0FEAE) is unknown color: approx Tea Green. HEX triplet: D0, FE and AE. RGB value is (208,254,174). Sum of RGB (Red+Green+Blue) = 208+254+174=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FEAE is #2F0151. Grayscale: #E7E7E7. Windows color (decimal): -3080530 or 11468496. OLE color: 11468496.

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

Color convert

RGB208254174-
CMYK0.1800.310.00
HSL94.5º97.56%83.92%-
HSV(B)94.5º31.5%99.61%-
XYZ69.0987.3553.26-
YUV231.1395.76111.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.70%
GREEN value IS 254 (99.61% from 255) = 39.94%
BLUE value IS 174 (68.36% from 255) = 27.36%
R=32.70%
G=39.94%
B=27.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082541740.1800.310.0094.597.5683.92
HexD0FEAE1201F05e6254
Octal320376256220370136142124
Binary110100001111111010101110100100111110101111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEAE; }

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

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

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

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

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

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

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

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