#ADFD9A

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

Shades of Pale Green #ADFD9A

Tints of Pale Green #ADFD9A

Color information

#ADFD9A (or 0xADFD9A) is unknown color: approx Pale Green. HEX triplet: AD, FD and 9A. RGB value is (173,253,154). Sum of RGB (Red+Green+Blue) = 173+253+154=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFD9A is #520265. Grayscale: #DADADA. Windows color (decimal): -5374566 or 10157485. OLE color: 10157485.

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

Color convert

RGB173253154-
CMYK0.3200.390.01
HSL108.48º96.12%79.8%-
HSV(B)108.48º39.13%99.22%-
XYZ58.1981.4743.23-
YUV217.799296.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 253 (99.22% from 255) = 43.62%
BLUE value IS 154 (60.55% from 255) = 26.55%
R=29.83%
G=43.62%
B=26.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732531540.3200.390.01108.4896.1279.8
HexADFD9A2002716c6050
Octal255375232400471154140120
Binary10101101111111011001101010000001001111110110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFD9A; }

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

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

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

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

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

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

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

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