#C4F2AF

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

Shades of Tea Green #C4F2AF

Tints of Tea Green #C4F2AF

Color information

#C4F2AF (or 0xC4F2AF) is unknown color: approx Tea Green. HEX triplet: C4, F2 and AF. RGB value is (196,242,175). Sum of RGB (Red+Green+Blue) = 196+242+175=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F2AF is #3B0D50. Grayscale: #DCDCDC. Windows color (decimal): -3870033 or 11530948. OLE color: 11530948.

HSL color Cylindrical-coordinate representation of color #C4F2AF: hue angle of 101.19º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4F2AF is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB196242175-
CMYK0.1900.280.05
HSL101.19º72.04%81.76%-
HSV(B)101.19º27.69%94.9%-
XYZ62.2578.3452.4-
YUV220.61102.26110.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.97%
GREEN value IS 242 (94.92% from 255) = 39.48%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=31.97%
G=39.48%
B=28.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962421750.1900.280.05101.1972.0481.76
HexC4F2AF1301C5654852
Octal304362257230345145110122
Binary11000100111100101010111110011011100101110010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F2AF; }

 p { color: rgb(196,242,175); }

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

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

 a { background-color: rgb(196,242,175); }

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

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

 span { border-color: rgb(196,242,175); }

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