#ADFCA6

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

Shades of Pale Green #ADFCA6

Tints of Pale Green #ADFCA6

Color information

#ADFCA6 (or 0xADFCA6) is unknown color: approx Pale Green. HEX triplet: AD, FC and A6. RGB value is (173,252,166). Sum of RGB (Red+Green+Blue) = 173+252+166=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFCA6 is #520359. Grayscale: #DADADA. Windows color (decimal): -5374810 or 10943661. OLE color: 10943661.

HSL color Cylindrical-coordinate representation of color #ADFCA6: hue angle of 115.12º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADFCA6 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB173252166-
CMYK0.3100.340.01
HSL115.12º93.48%81.96%-
HSV(B)115.12º34.13%98.82%-
XYZ58.9381.2648.66-
YUV218.5898.3395.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 252 (98.83% from 255) = 42.64%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=29.27%
G=42.64%
B=28.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732521660.3100.340.01115.1293.4881.96
HexADFCA61F0221735d52
Octal255374246370421163135122
Binary1010110111111100101001101111101000101111001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCA6; }

 p { color: rgb(173,252,166); }

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

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

 a { background-color: rgb(173,252,166); }

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

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

 span { border-color: rgb(173,252,166); }

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