#D1FCAF

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

Shades of Tea Green #D1FCAF

Tints of Tea Green #D1FCAF

Color information

#D1FCAF (or 0xD1FCAF) is unknown color: approx Tea Green. HEX triplet: D1, FC and AF. RGB value is (209,252,175). Sum of RGB (Red+Green+Blue) = 209+252+175=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FCAF is #2E0350. Grayscale: #E6E6E6. Windows color (decimal): -3015505 or 11533521. OLE color: 11533521.

HSL color Cylindrical-coordinate representation of color #D1FCAF: hue angle of 93.51º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1FCAF is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB209252175-
CMYK0.1700.310.01
HSL93.51º92.77%83.73%-
HSV(B)93.51º30.56%98.82%-
XYZ68.8486.2753.58-
YUV230.3696.75112.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.86%
GREEN value IS 252 (98.83% from 255) = 39.62%
BLUE value IS 175 (68.75% from 255) = 27.52%
R=32.86%
G=39.62%
B=27.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092521750.1700.310.0193.5192.7783.73
HexD1FCAF1101F15e5d54
Octal321374257210371136135124
Binary110100011111110010101111100010111111101111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FCAF; }

 p { color: rgb(209,252,175); }

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

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

 a { background-color: rgb(209,252,175); }

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

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

 span { border-color: rgb(209,252,175); }

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