#ADFA96

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

Shades of Pale Green #ADFA96

Tints of Pale Green #ADFA96

Color information

#ADFA96 (or 0xADFA96) is unknown color: approx Pale Green. HEX triplet: AD, FA and 96. RGB value is (173,250,150). Sum of RGB (Red+Green+Blue) = 173+250+150=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFA96 is #520569. Grayscale: #D7D7D7. Windows color (decimal): -5375338 or 9894573. OLE color: 9894573.

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

Color convert

RGB173250150-
CMYK0.3100.40.02
HSL106.2º90.91%78.43%-
HSV(B)106.2º40%98.04%-
XYZ56.9279.4641.19-
YUV215.5890.9997.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=30.19%
G=43.63%
B=26.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732501500.3100.40.02106.290.9178.43
HexADFA961F02826a5b4e
Octal255372226370502152133116
Binary10101101111110101001011011111010100010110101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFA96; }

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

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

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

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

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

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

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

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