#ADFA97

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

Shades of Pale Green #ADFA97

Tints of Pale Green #ADFA97

Color information

#ADFA97 (or 0xADFA97) is unknown color: approx Pale Green. HEX triplet: AD, FA and 97. RGB value is (173,250,151). Sum of RGB (Red+Green+Blue) = 173+250+151=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 151 (59.38% from 255 or 26.31% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFA97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFA97 is #520568. Grayscale: #D8D8D8. Windows color (decimal): -5375337 or 9960109. OLE color: 9960109.

HSL color Cylindrical-coordinate representation of color #ADFA97: hue angle of 106.67º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADFA97 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB173250151-
CMYK0.3100.400.02
HSL106.67º90.83%78.63%-
HSV(B)106.67º39.6%98.04%-
XYZ57.0179.4941.62-
YUV215.6991.4997.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 151 (59.38% from 255) = 26.31%
R=30.14%
G=43.55%
B=26.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732501510.3100.400.02106.6790.8378.63
HexADFA971F02826b5b4f
Octal255372227370502153133117
Binary10101101111110101001011111111010100010110101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFA97; }

 p { color: rgb(173,250,151); }

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

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

 a { background-color: rgb(173,250,151); }

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

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

 span { border-color: rgb(173,250,151); }

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