Html Css Color HEX #A0F8AC Pale Green

📋 copy color: '#A0F8AC'

red 160 ◦ green 248 ◦ blue 172

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

Shades of Pale Green #A0F8AC

Tints of Pale Green #A0F8AC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.76%

 BLUE value IS 172 (67.58% from 255) = 29.66%

R = 27.59%
G = 42.76%
B = 29.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#A0F8AC (or 0xA0F8AC) is known color: Pale Green. HEX triplet: A0, F8 and AC. RGB value is (160,248,172). Sum of RGB (Red+Green+Blue) = 160+248+172=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F8AC is #5F0753. Grayscale: #D5D5D5. Windows color (decimal): -6227796 or 11335840. OLE color: 11335840.

HSL color Cylindrical-coordinate representation of color #A0F8AC: hue angle of 128.18º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F8AC is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 248 172 -
CMYK 0.35 0 0.31 0.03
HSL 128.18º 0.86% 0.8% -
HSV(B) 128.18º 0.35% 0.97% -
XYZ 55.51 77.59 51.08 -
YUV 213.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 160 248 172 0.35 0 0.31 0.03 128.18 0.86 0.8
Hex A0 F8 AC 23 0 1F 3 80 56 50
Octal 240 370 254 43 0 37 3 200 126 120
Binary 10100000 11111000 10101100 100011 0 11111 11 10000000 1010110 1010000

Color Harmonies of #A0F8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F8AC

Black with #A0F8AC

Text Example


Text Example

White with #A0F8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F8AC; }

 p { color: rgb(160,248,172); }

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

background-color css

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

 a { background-color: rgb(160,248,172); }

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

border-color css

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

 span { border-color: rgb(160,248,172); }

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