Html Css Color HEX #A0FA8D Pale Green

📋 copy color: '#A0FA8D'

red 160 ◦ green 250 ◦ blue 141

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

Shades of Pale Green #A0FA8D

Tints of Pale Green #A0FA8D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.37%

 BLUE value IS 141 (55.47% from 255) = 25.59%

R = 29.04%
G = 45.37%
B = 25.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#A0FA8D (or 0xA0FA8D) is known color: Pale Green. HEX triplet: A0, FA and 8D. RGB value is (160,250,141). Sum of RGB (Red+Green+Blue) = 160+250+141=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA8D is #5F0572. Grayscale: #D3D3D3. Windows color (decimal): -6227315 or 9304736. OLE color: 9304736.

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

Color convert

RGB 160 250 141 -
CMYK 0.36 0 0.44 0.02
HSL 109.54º 0.92% 0.77% -
HSV(B) 109.54º 0.44% 0.98% -
XYZ 53.49 77.77 37.39 -
YUV 210.66 88.68 91.86 -
System Red Green Blue C M Y K H S L
Decimal 160 250 141 0.36 0 0.44 0.02 109.54 0.92 0.77
Hex A0 FA 8D 24 0 2C 2 6E 5C 4D
Octal 240 372 215 44 0 54 2 156 134 115
Binary 10100000 11111010 10001101 100100 0 101100 10 1101110 1011100 1001101

Color Harmonies of #A0FA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA8D

Black with #A0FA8D

Text Example


Text Example

White with #A0FA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA8D; }

 p { color: rgb(160,250,141); }

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

background-color css

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

 a { background-color: rgb(160,250,141); }

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

border-color css

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

 span { border-color: rgb(160,250,141); }

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