#ADFDA0

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

Shades of Pale Green #ADFDA0

Tints of Pale Green #ADFDA0

Color information

#ADFDA0 (or 0xADFDA0) is unknown color: approx Pale Green. HEX triplet: AD, FD and A0. RGB value is (173,253,160). Sum of RGB (Red+Green+Blue) = 173+253+160=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDA0 is #52025F. Grayscale: #DADADA. Windows color (decimal): -5374560 or 10550701. OLE color: 10550701.

HSL color Cylindrical-coordinate representation of color #ADFDA0: hue angle of 111.61º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADFDA0 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB173253160-
CMYK0.3200.370.01
HSL111.61º95.88%80.98%-
HSV(B)111.61º36.76%99.22%-
XYZ58.781.6745.93-
YUV218.489595.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 253 (99.22% from 255) = 43.17%
BLUE value IS 160 (62.89% from 255) = 27.30%
R=29.52%
G=43.17%
B=27.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732531600.3200.370.01111.6195.8880.98
HexADFDA0200251706051
Octal255375240400451160140121
Binary10101101111111011010000010000001001011111000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDA0; }

 p { color: rgb(173,253,160); }

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

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

 a { background-color: rgb(173,253,160); }

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

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

 span { border-color: rgb(173,253,160); }

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