#C9FEAF

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

Shades of Tea Green #C9FEAF

Tints of Tea Green #C9FEAF

Color information

#C9FEAF (or 0xC9FEAF) is unknown color: approx Tea Green. HEX triplet: C9, FE and AF. RGB value is (201,254,175). Sum of RGB (Red+Green+Blue) = 201+254+175=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FEAF is #360150. Grayscale: #E5E5E5. Windows color (decimal): -3539281 or 11534025. OLE color: 11534025.

HSL color Cylindrical-coordinate representation of color #C9FEAF: hue angle of 100.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9FEAF is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB201254175-
CMYK0.2100.310.00
HSL100.25º97.53%84.12%-
HSV(B)100.25º31.1%99.61%-
XYZ67.2786.453.69-
YUV229.1597.44107.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.90%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 175 (68.75% from 255) = 27.78%
R=31.90%
G=40.32%
B=27.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012541750.2100.310.00100.2597.5384.12
HexC9FEAF1501F0646254
Octal311376257250370144142124
Binary110010011111111010101111101010111110110010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FEAF; }

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

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

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

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

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

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

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

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