#D9FAC2

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

Shades of Tea Green #D9FAC2

Tints of Tea Green #D9FAC2

Color information

#D9FAC2 (or 0xD9FAC2) is unknown color: approx Tea Green. HEX triplet: D9, FA and C2. RGB value is (217,250,194). Sum of RGB (Red+Green+Blue) = 217+250+194=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 194 (76.17% from 255 or 29.35% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FAC2 is #26053D. Grayscale: #E9E9E9. Windows color (decimal): -2491710 or 12778201. OLE color: 12778201.

HSL color Cylindrical-coordinate representation of color #D9FAC2: hue angle of 95.36º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9FAC2 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB217250194-
CMYK0.1300.220.02
HSL95.36º84.85%87.06%-
HSV(B)95.36º22.4%98.04%-
XYZ72.5487.0264.01-
YUV233.75105.57116.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.83%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 194 (76.17% from 255) = 29.35%
R=32.83%
G=37.82%
B=29.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172501940.1300.220.0295.3684.8587.06
HexD9FAC2D01625f5557
Octal331372302150262137125127
Binary110110011111101011000010110101011010101111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAC2; }

 p { color: rgb(217,250,194); }

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

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

 a { background-color: rgb(217,250,194); }

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

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

 span { border-color: rgb(217,250,194); }

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