#ADFAA5

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

Shades of Pale Green #ADFAA5

Tints of Pale Green #ADFAA5

Color information

#ADFAA5 (or 0xADFAA5) is unknown color: approx Pale Green. HEX triplet: AD, FA and A5. RGB value is (173,250,165). Sum of RGB (Red+Green+Blue) = 173+250+165=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFAA5 is #52055A. Grayscale: #D9D9D9. Windows color (decimal): -5375323 or 10877613. OLE color: 10877613.

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

Color convert

RGB173250165-
CMYK0.3100.340.02
HSL114.35º89.47%81.37%-
HSV(B)114.35º34%98.04%-
XYZ58.2179.9747.97-
YUV217.2998.4996.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 165 (64.84% from 255) = 28.06%
R=29.42%
G=42.52%
B=28.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732501650.3100.340.02114.3589.4781.37
HexADFAA51F0222725951
Octal255372245370422162131121
Binary10101101111110101010010111111010001010111001010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAA5; }

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

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

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

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

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

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

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

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