Html Css Color HEX #A0FA96 Pale Green

📋 copy color: '#A0FA96'

red 160 ◦ green 250 ◦ blue 150

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

Shades of Pale Green #A0FA96

Tints of Pale Green #A0FA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.79%

R = 28.57%
G = 44.64%
B = 26.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#A0FA96 (or 0xA0FA96) is known color: Pale Green. HEX triplet: A0, FA and 96. RGB value is (160,250,150). Sum of RGB (Red+Green+Blue) = 160+250+150=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA96 is #5F0569. Grayscale: #D4D4D4. Windows color (decimal): -6227306 or 9894560. OLE color: 9894560.

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

Color convert

RGB 160 250 150 -
CMYK 0.36 0 0.4 0.02
HSL 114º 0.91% 0.78% -
HSV(B) 114º 0.4% 0.98% -
XYZ 54.19 78.05 41.06 -
YUV 211.69 93.18 91.13 -
System Red Green Blue C M Y K H S L
Decimal 160 250 150 0.36 0 0.4 0.02 114 0.91 0.78
Hex A0 FA 96 24 0 28 2 72 5B 4E
Octal 240 372 226 44 0 50 2 162 133 116
Binary 10100000 11111010 10010110 100100 0 101000 10 1110010 1011011 1001110

Color Harmonies of #A0FA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA96

Black with #A0FA96

Text Example


Text Example

White with #A0FA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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