#CDF9AF

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

Shades of Tea Green #CDF9AF

Tints of Tea Green #CDF9AF

Color information

#CDF9AF (or 0xCDF9AF) is unknown color: approx Tea Green. HEX triplet: CD, F9 and AF. RGB value is (205,249,175). Sum of RGB (Red+Green+Blue) = 205+249+175=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF9AF is #320650. Grayscale: #E3E3E3. Windows color (decimal): -3278417 or 11532749. OLE color: 11532749.

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

Color convert

RGB205249175-
CMYK0.1800.300.02
HSL95.68º86.05%83.14%-
HSV(B)95.68º29.72%97.65%-
XYZ66.7983.8353.22-
YUV227.4198.42112.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 249 (97.66% from 255) = 39.59%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=32.59%
G=39.59%
B=27.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052491750.1800.300.0295.6886.0583.14
HexCDF9AF1201E2605653
Octal315371257220362140126123
Binary1100110111111001101011111001001111010110000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF9AF; }

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

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

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

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

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

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

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

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