Html Css Color HEX #A0F9AB Pale Green

📋 copy color: '#A0F9AB'

red 160 ◦ green 249 ◦ blue 171

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

Shades of Pale Green #A0F9AB

Tints of Pale Green #A0F9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 27.59%
G = 42.93%
B = 29.48%

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

#A0F9AB (or 0xA0F9AB) is known color: Pale Green. HEX triplet: A0, F9 and AB. RGB value is (160,249,171). Sum of RGB (Red+Green+Blue) = 160+249+171=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F9AB is #5F0654. Grayscale: #D5D5D5. Windows color (decimal): -6227541 or 11270560. OLE color: 11270560.

HSL color Cylindrical-coordinate representation of color #A0F9AB: hue angle of 127.42º 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 #A0F9AB is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 249 171 -
CMYK 0.36 0 0.31 0.02
HSL 127.42º 0.88% 0.8% -
HSV(B) 127.42º 0.36% 0.98% -
XYZ 55.72 78.17 50.68 -
YUV 213.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 160 249 171 0.36 0 0.31 0.02 127.42 0.88 0.8
Hex A0 F9 AB 24 0 1F 2 7F 58 50
Octal 240 371 253 44 0 37 2 177 130 120
Binary 10100000 11111001 10101011 100100 0 11111 10 1111111 1011000 1010000

Color Harmonies of #A0F9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F9AB

Black with #A0F9AB

Text Example


Text Example

White with #A0F9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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