Html Css Color HEX #A8FA96 Pale Green

📋 copy color: '#A8FA96'

red 168 ◦ green 250 ◦ blue 150

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

Shades of Pale Green #A8FA96

Tints of Pale Green #A8FA96

RGB

 RED value IS 168 (66.02% from 255) = 29.58%

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

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

R = 29.58%
G = 44.01%
B = 26.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#A8FA96 (or 0xA8FA96) is known color: Pale Green. HEX triplet: A8, FA and 96. RGB value is (168,250,150). Sum of RGB (Red+Green+Blue) = 168+250+150=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA96 is #570569. Grayscale: #D6D6D6. Windows color (decimal): -5703018 or 9894568. OLE color: 9894568.

HSL color Cylindrical-coordinate representation of color #A8FA96: hue angle of 109.2º 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 #A8FA96 is Cyan = 0.33, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 250 150 -
CMYK 0.33 0 0.4 0.02
HSL 109.2º 0.91% 0.78% -
HSV(B) 109.2º 0.4% 0.98% -
XYZ 55.84 78.9 41.14 -
YUV 214.08 91.83 95.13 -
System Red Green Blue C M Y K H S L
Decimal 168 250 150 0.33 0 0.4 0.02 109.2 0.91 0.78
Hex A8 FA 96 21 0 28 2 6D 5B 4E
Octal 250 372 226 41 0 50 2 155 133 116
Binary 10101000 11111010 10010110 100001 0 101000 10 1101101 1011011 1001110

Color Harmonies of #A8FA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA96

Black with #A8FA96

Text Example


Text Example

White with #A8FA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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