Html Css Color HEX #C9FEAF Tea Green

📋 copy color: '#C9FEAF'

red 201 ◦ green 254 ◦ blue 175

#C9FEAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #C9FEAF

Tints of Tea Green #C9FEAF

RGB

 RED value IS 201 (78.91% from 255) = 31.9%

 GREEN value IS 254 (99.61% from 255) = 40.32%

 BLUE value IS 175 (68.75% from 255) = 27.78%

R = 31.9%
G = 40.32%
B = 27.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#C9FEAF (or 0xC9FEAF) is known color: 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

RGB 201 254 175 -
CMYK 0.21 0 0.31 0.00
HSL 100.25º 0.98% 0.84% -
HSV(B) 100.25º 0.31% 1% -
XYZ 67.27 86.4 53.69 -
YUV 229.15 97.44 107.92 -
System Red Green Blue C M Y K H S L
Decimal 201 254 175 0.21 0 0.31 0.00 100.25 0.98 0.84
Hex C9 FE AF 15 0 1F 0 64 62 54
Octal 311 376 257 25 0 37 0 144 142 124
Binary 11001001 11111110 10101111 10101 0 11111 0 1100100 1100010 1010100

Color Harmonies of #C9FEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FEAF

Black with #C9FEAF

Text Example


Text Example

White with #C9FEAF

Text Example


Text Example

HTML Codes & Css Web 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>