#ADFDAB

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

Shades of Pale Green #ADFDAB

Tints of Pale Green #ADFDAB

Color information

#ADFDAB (or 0xADFDAB) is unknown color: approx Pale Green. HEX triplet: AD, FD and AB. RGB value is (173,253,171). Sum of RGB (Red+Green+Blue) = 173+253+171=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDAB is #520254. Grayscale: #DBDBDB. Windows color (decimal): -5374549 or 11271597. OLE color: 11271597.

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

Color convert

RGB173253171-
CMYK0.3200.320.01
HSL118.54º95.35%83.14%-
HSV(B)118.54º32.41%99.22%-
XYZ59.7182.0851.22-
YUV219.73100.594.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.98%
GREEN value IS 253 (99.22% from 255) = 42.38%
BLUE value IS 171 (67.19% from 255) = 28.64%
R=28.98%
G=42.38%
B=28.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732531710.3200.320.01118.5495.3583.14
HexADFDAB200201775f53
Octal255375253400401167137123
Binary10101101111111011010101110000001000001111011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDAB; }

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

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

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

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

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

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

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

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