#CFFAD6

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

Shades of Off Green #CFFAD6

Tints of Off Green #CFFAD6

Color information

#CFFAD6 (or 0xCFFAD6) is unknown color: approx Off Green. HEX triplet: CF, FA and D6. RGB value is (207,250,214). Sum of RGB (Red+Green+Blue) = 207+250+214=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAD6 is #300529. Grayscale: #E9E9E9. Windows color (decimal): -3147050 or 14088911. OLE color: 14088911.

HSL color Cylindrical-coordinate representation of color #CFFAD6: hue angle of 129.77º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFFAD6 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB207250214-
CMYK0.1700.140.02
HSL129.77º81.13%89.61%-
HSV(B)129.77º17.2%98.04%-
XYZ72.0686.4976.52-
YUV233.04117.25109.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 214 (83.98% from 255) = 31.89%
R=30.85%
G=37.26%
B=31.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502140.1700.140.02129.7781.1389.61
HexCFFAD6110E282515a
Octal317372326210162202121132
Binary1100111111111010110101101000101110101000001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAD6; }

 p { color: rgb(207,250,214); }

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

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

 a { background-color: rgb(207,250,214); }

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

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

 span { border-color: rgb(207,250,214); }

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