Html Css Color HEX #80FCAA Pale Green

📋 copy color: '#80FCAA'

red 128 ◦ green 252 ◦ blue 170

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

Shades of Pale Green #80FCAA

Tints of Pale Green #80FCAA

RGB

 RED value IS 128 (50.39% from 255) = 23.27%

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

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

R = 23.27%
G = 45.82%
B = 30.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#80FCAA (or 0x80FCAA) is known color: Pale Green. HEX triplet: 80, FC and AA. RGB value is (128,252,170). Sum of RGB (Red+Green+Blue) = 128+252+170=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FCAA is #7F0355. Grayscale: #CDCDCD. Windows color (decimal): -8323926 or 11205760. OLE color: 11205760.

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

Color convert

RGB 128 252 170 -
CMYK 0.49 0 0.33 0.01
HSL 140.32º 0.95% 0.75% -
HSV(B) 140.32º 0.49% 0.99% -
XYZ 50.97 77.11 50.23 -
YUV 205.58 107.92 72.67 -
System Red Green Blue C M Y K H S L
Decimal 128 252 170 0.49 0 0.33 0.01 140.32 0.95 0.75
Hex 80 FC AA 31 0 21 1 8C 5F 4B
Octal 200 374 252 61 0 41 1 214 137 113
Binary 10000000 11111100 10101010 110001 0 100001 1 10001100 1011111 1001011

Color Harmonies of #80FCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCAA

Black with #80FCAA

Text Example


Text Example

White with #80FCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80FCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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