Html Css Color HEX #A0FCAA Pale Green

📋 copy color: '#A0FCAA'

red 160 ◦ green 252 ◦ blue 170

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

Shades of Pale Green #A0FCAA

Tints of Pale Green #A0FCAA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.3%

 BLUE value IS 170 (66.8% from 255) = 29.21%

R = 27.49%
G = 43.3%
B = 29.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#A0FCAA (or 0xA0FCAA) is known color: Pale Green. HEX triplet: A0, FC and AA. RGB value is (160,252,170). Sum of RGB (Red+Green+Blue) = 160+252+170=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FCAA is #5F0355. Grayscale: #D7D7D7. Windows color (decimal): -6226774 or 11205792. OLE color: 11205792.

HSL color Cylindrical-coordinate representation of color #A0FCAA: hue angle of 126.52º degrees, saturation: 0.94, 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 #A0FCAA is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 170 -
CMYK 0.37 0 0.33 0.01
HSL 126.52º 0.94% 0.81% -
HSV(B) 126.52º 0.37% 0.99% -
XYZ 56.56 80 50.49 -
YUV 215.14 102.52 88.67 -
System Red Green Blue C M Y K H S L
Decimal 160 252 170 0.37 0 0.33 0.01 126.52 0.94 0.81
Hex A0 FC AA 25 0 21 1 7F 5E 51
Octal 240 374 252 45 0 41 1 177 136 121
Binary 10100000 11111100 10101010 100101 0 100001 1 1111111 1011110 1010001

Color Harmonies of #A0FCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCAA

Black with #A0FCAA

Text Example


Text Example

White with #A0FCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCAA; }

 p { color: rgb(160,252,170); }

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

background-color css

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

 a { background-color: rgb(160,252,170); }

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

border-color css

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

 span { border-color: rgb(160,252,170); }

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