Html Css Color HEX #A8FA94 Pale Green

📋 copy color: '#A8FA94'

red 168 ◦ green 250 ◦ blue 148

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

Shades of Pale Green #A8FA94

Tints of Pale Green #A8FA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.15%

R = 29.68%
G = 44.17%
B = 26.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#A8FA94 (or 0xA8FA94) is known color: Pale Green. HEX triplet: A8, FA and 94. RGB value is (168,250,148). Sum of RGB (Red+Green+Blue) = 168+250+148=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA94 is #57056B. Grayscale: #D6D6D6. Windows color (decimal): -5703020 or 9763496. OLE color: 9763496.

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

Color convert

RGB 168 250 148 -
CMYK 0.33 0 0.41 0.02
HSL 108.24º 0.91% 0.78% -
HSV(B) 108.24º 0.41% 0.98% -
XYZ 55.68 78.83 40.3 -
YUV 213.85 90.83 95.29 -
System Red Green Blue C M Y K H S L
Decimal 168 250 148 0.33 0 0.41 0.02 108.24 0.91 0.78
Hex A8 FA 94 21 0 29 2 6C 5B 4E
Octal 250 372 224 41 0 51 2 154 133 116
Binary 10101000 11111010 10010100 100001 0 101001 10 1101100 1011011 1001110

Color Harmonies of #A8FA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA94

Black with #A8FA94

Text Example


Text Example

White with #A8FA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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