Html Css Color HEX #A0FB8E Pale Green

📋 copy color: '#A0FB8E'

red 160 ◦ green 251 ◦ blue 142

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

Shades of Pale Green #A0FB8E

Tints of Pale Green #A0FB8E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.39%

 BLUE value IS 142 (55.86% from 255) = 25.68%

R = 28.93%
G = 45.39%
B = 25.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#A0FB8E (or 0xA0FB8E) is known color: Pale Green. HEX triplet: A0, FB and 8E. RGB value is (160,251,142). Sum of RGB (Red+Green+Blue) = 160+251+142=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FB8E is #5F0471. Grayscale: #D3D3D3. Windows color (decimal): -6227058 or 9370528. OLE color: 9370528.

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

Color convert

RGB 160 251 142 -
CMYK 0.36 0 0.43 0.02
HSL 110.09º 0.93% 0.77% -
HSV(B) 110.09º 0.43% 0.98% -
XYZ 53.88 78.42 37.89 -
YUV 211.37 88.85 91.36 -
System Red Green Blue C M Y K H S L
Decimal 160 251 142 0.36 0 0.43 0.02 110.09 0.93 0.77
Hex A0 FB 8E 24 0 2B 2 6E 5D 4D
Octal 240 373 216 44 0 53 2 156 135 115
Binary 10100000 11111011 10001110 100100 0 101011 10 1101110 1011101 1001101

Color Harmonies of #A0FB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FB8E

Black with #A0FB8E

Text Example


Text Example

White with #A0FB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FB8E; }

 p { color: rgb(160,251,142); }

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

background-color css

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

 a { background-color: rgb(160,251,142); }

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

border-color css

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

 span { border-color: rgb(160,251,142); }

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