#CDF9AE

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

Shades of Tea Green #CDF9AE

Tints of Tea Green #CDF9AE

Color information

#CDF9AE (or 0xCDF9AE) is unknown color: approx Tea Green. HEX triplet: CD, F9 and AE. RGB value is (205,249,174). Sum of RGB (Red+Green+Blue) = 205+249+174=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF9AE is #320651. Grayscale: #E3E3E3. Windows color (decimal): -3278418 or 11467213. OLE color: 11467213.

HSL color Cylindrical-coordinate representation of color #CDF9AE: hue angle of 95.2º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF9AE is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB205249174-
CMYK0.1800.300.02
HSL95.2º86.21%82.94%-
HSV(B)95.2º30.12%97.65%-
XYZ66.6983.7952.7-
YUV227.2997.92112.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 249 (97.66% from 255) = 39.65%
BLUE value IS 174 (68.36% from 255) = 27.71%
R=32.64%
G=39.65%
B=27.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052491740.1800.300.0295.286.2182.94
HexCDF9AE1201E25f5653
Octal315371256220362137126123
Binary1100110111111001101011101001001111010101111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF9AE; }

 p { color: rgb(205,249,174); }

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

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

 a { background-color: rgb(205,249,174); }

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

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

 span { border-color: rgb(205,249,174); }

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