#C9FCAF

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

Shades of Tea Green #C9FCAF

Tints of Tea Green #C9FCAF

Color information

#C9FCAF (or 0xC9FCAF) is unknown color: approx Tea Green. HEX triplet: C9, FC and AF. RGB value is (201,252,175). Sum of RGB (Red+Green+Blue) = 201+252+175=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FCAF is #360350. Grayscale: #E4E4E4. Windows color (decimal): -3539793 or 11533513. OLE color: 11533513.

HSL color Cylindrical-coordinate representation of color #C9FCAF: hue angle of 99.74º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9FCAF is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB201252175-
CMYK0.2000.310.01
HSL99.74º92.77%83.73%-
HSV(B)99.74º30.56%98.82%-
XYZ66.6485.1353.48-
YUV227.9798.1108.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.01%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=32.01%
G=40.13%
B=27.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012521750.2000.310.0199.7492.7783.73
HexC9FCAF1401F1645d54
Octal311374257240371144135124
Binary110010011111110010101111101000111111110010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FCAF; }

 p { color: rgb(201,252,175); }

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

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

 a { background-color: rgb(201,252,175); }

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

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

 span { border-color: rgb(201,252,175); }

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