#ADFB97

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

Shades of Pale Green #ADFB97

Tints of Pale Green #ADFB97

Color information

#ADFB97 (or 0xADFB97) is unknown color: approx Pale Green. HEX triplet: AD, FB and 97. RGB value is (173,251,151). Sum of RGB (Red+Green+Blue) = 173+251+151=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 151 (59.38% from 255 or 26.26% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFB97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFB97 is #520468. Grayscale: #D8D8D8. Windows color (decimal): -5375081 or 9960365. OLE color: 9960365.

HSL color Cylindrical-coordinate representation of color #ADFB97: hue angle of 106.8º degrees, saturation: 0.93, 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 #ADFB97 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB173251151-
CMYK0.3100.400.02
HSL106.8º92.59%78.82%-
HSV(B)106.8º39.84%98.43%-
XYZ57.3280.1141.72-
YUV216.2891.1697.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 151 (59.38% from 255) = 26.26%
R=30.09%
G=43.65%
B=26.26%

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
Decimal1732511510.3100.400.02106.892.5978.82
HexADFB971F02826b5d4f
Octal255373227370502153135117
Binary10101101111110111001011111111010100010110101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFB97; }

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

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

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

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

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

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

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

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