#A8F995

Color #A8F995 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #A8F995

Tints of Pale Green #A8F995

Color information

#A8F995 (or 0xA8F995) is unknown color: approx Pale Green. HEX triplet: A8, F9 and 95. RGB value is (168,249,149). Sum of RGB (Red+Green+Blue) = 168+249+149=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F995 is #57066A. Grayscale: #D5D5D5. Windows color (decimal): -5703275 or 9828776. OLE color: 9828776.

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

Color convert

RGB168249149-
CMYK0.3300.400.02
HSL108.6º89.29%78.04%-
HSV(B)108.6º40.16%97.65%-
XYZ55.4578.2540.61-
YUV213.3891.6695.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.68%
GREEN value IS 249 (97.66% from 255) = 43.99%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=29.68%
G=43.99%
B=26.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682491490.3300.400.02108.689.2978.04
HexA8F9952102826d594e
Octal250371225410502155131116
Binary101010001111100110010101100001010100010110110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F995; }

 p { color: rgb(168,249,149); }

 H1.HeaderClassName
 {
   color: #A8F995;
 }
 .AnyTagClassName
 {
   color: #A8F995;
 }
</style>
background-color css

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

 a { background-color: rgb(168,249,149); }

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

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

 span { border-color: rgb(168,249,149); }

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