#C4F5AF

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

Shades of Tea Green #C4F5AF

Tints of Tea Green #C4F5AF

Color information

#C4F5AF (or 0xC4F5AF) is unknown color: approx Tea Green. HEX triplet: C4, F5 and AF. RGB value is (196,245,175). Sum of RGB (Red+Green+Blue) = 196+245+175=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F5AF is #3B0A50. Grayscale: #DEDEDE. Windows color (decimal): -3869265 or 11531716. OLE color: 11531716.

HSL color Cylindrical-coordinate representation of color #C4F5AF: hue angle of 102º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4F5AF is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB196245175-
CMYK0.200.290.04
HSL102º77.78%82.35%-
HSV(B)102º28.57%96.08%-
XYZ63.1680.1452.7-
YUV222.37101.27109.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.82%
GREEN value IS 245 (96.09% from 255) = 39.77%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=31.82%
G=39.77%
B=28.41%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1962451750.200.290.0410277.7882.35
HexC4F5AF1401D4664e52
Octal304365257240354146116122
Binary11000100111101011010111110100011101100110011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F5AF; }

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

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

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

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

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

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

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

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