#C4F9AF

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

Shades of Tea Green #C4F9AF

Tints of Tea Green #C4F9AF

Color information

#C4F9AF (or 0xC4F9AF) is unknown color: approx Tea Green. HEX triplet: C4, F9 and AF. RGB value is (196,249,175). Sum of RGB (Red+Green+Blue) = 196+249+175=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F9AF is #3B0650. Grayscale: #E0E0E0. Windows color (decimal): -3868241 or 11532740. OLE color: 11532740.

HSL color Cylindrical-coordinate representation of color #C4F9AF: hue angle of 102.97º 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 #C4F9AF is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB196249175-
CMYK0.2100.300.02
HSL102.97º86.05%83.14%-
HSV(B)102.97º29.72%97.65%-
XYZ64.3882.5853.1-
YUV224.7299.94107.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.61%
GREEN value IS 249 (97.66% from 255) = 40.16%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=31.61%
G=40.16%
B=28.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962491750.2100.300.02102.9786.0583.14
HexC4F9AF1501E2675653
Octal304371257250362147126123
Binary1100010011111001101011111010101111010110011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F9AF; }

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

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

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

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

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

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

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

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