#C9F0AE

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

Shades of Tea Green #C9F0AE

Tints of Tea Green #C9F0AE

Color information

#C9F0AE (or 0xC9F0AE) is unknown color: approx Tea Green. HEX triplet: C9, F0 and AE. RGB value is (201,240,174). Sum of RGB (Red+Green+Blue) = 201+240+174=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F0AE is #360F51. Grayscale: #DDDDDD. Windows color (decimal): -3542866 or 11464905. OLE color: 11464905.

HSL color Cylindrical-coordinate representation of color #C9F0AE: hue angle of 95.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9F0AE is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB201240174-
CMYK0.1600.280.06
HSL95.45º68.75%81.18%-
HSV(B)95.45º27.5%94.12%-
XYZ62.8977.7951.75-
YUV220.82101.58113.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.68%
GREEN value IS 240 (94.14% from 255) = 39.02%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=32.68%
G=39.02%
B=28.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012401740.1600.280.0695.4568.7581.18
HexC9F0AE1001C65f4551
Octal311360256200346137105121
Binary11001001111100001010111010000011100110101111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F0AE; }

 p { color: rgb(201,240,174); }

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

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

 a { background-color: rgb(201,240,174); }

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

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

 span { border-color: rgb(201,240,174); }

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