#CFFAD9

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

Shades of Off Green #CFFAD9

Tints of Off Green #CFFAD9

Color information

#CFFAD9 (or 0xCFFAD9) is unknown color: approx Off Green. HEX triplet: CF, FA and D9. RGB value is (207,250,217). Sum of RGB (Red+Green+Blue) = 207+250+217=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAD9 is #300526. Grayscale: #E9E9E9. Windows color (decimal): -3147047 or 14285519. OLE color: 14285519.

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

Color convert

RGB207250217-
CMYK0.1700.130.02
HSL133.95º81.13%89.61%-
HSV(B)133.95º17.2%98.04%-
XYZ72.4486.6578.55-
YUV233.38118.75109.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.71%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 217 (85.16% from 255) = 32.20%
R=30.71%
G=37.09%
B=32.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502170.1700.130.02133.9581.1389.61
HexCFFAD9110D286515a
Octal317372331210152206121132
Binary1100111111111010110110011000101101101000011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAD9; }

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

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

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

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

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

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

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

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