Html Css Color HEX #A0F9AD Pale Green

📋 copy color: '#A0F9AD'

red 160 ◦ green 249 ◦ blue 173

#A0F9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #A0F9AD

Tints of Pale Green #A0F9AD

RGB

 RED value IS 160 (62.89% from 255) = 27.49%

 GREEN value IS 249 (97.66% from 255) = 42.78%

 BLUE value IS 173 (67.97% from 255) = 29.73%

R = 27.49%
G = 42.78%
B = 29.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#A0F9AD (or 0xA0F9AD) is known color: Pale Green. HEX triplet: A0, F9 and AD. RGB value is (160,249,173). Sum of RGB (Red+Green+Blue) = 160+249+173=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F9AD is #5F0652. Grayscale: #D5D5D5. Windows color (decimal): -6227539 or 11401632. OLE color: 11401632.

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

Color convert

RGB 160 249 173 -
CMYK 0.36 0 0.31 0.02
HSL 128.76º 0.88% 0.8% -
HSV(B) 128.76º 0.36% 0.98% -
XYZ 55.92 78.24 51.69 -
YUV 213.73 105.01 89.68 -
System Red Green Blue C M Y K H S L
Decimal 160 249 173 0.36 0 0.31 0.02 128.76 0.88 0.8
Hex A0 F9 AD 24 0 1F 2 81 58 50
Octal 240 371 255 44 0 37 2 201 130 120
Binary 10100000 11111001 10101101 100100 0 11111 10 10000001 1011000 1010000

Color Harmonies of #A0F9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F9AD

Black with #A0F9AD

Text Example


Text Example

White with #A0F9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F9AD; }

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

 H1.HeaderClassName
 {
   color: #A0F9AD;
 }
 .AnyTagClassName
 {
   color: #A0F9AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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