#A6F994

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

Shades of Pale Green #A6F994

Tints of Pale Green #A6F994

Color information

#A6F994 (or 0xA6F994) is unknown color: approx Pale Green. HEX triplet: A6, F9 and 94. RGB value is (166,249,148). Sum of RGB (Red+Green+Blue) = 166+249+148=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F994 is #59066B. Grayscale: #D4D4D4. Windows color (decimal): -5834348 or 9763238. OLE color: 9763238.

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

Color convert

RGB166249148-
CMYK0.3300.410.02
HSL109.31º89.38%77.84%-
HSV(B)109.31º40.56%97.65%-
XYZ54.957840.18-
YUV212.6791.594.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 249 (97.66% from 255) = 44.23%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=29.48%
G=44.23%
B=26.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662491480.3300.410.02109.3189.3877.84
HexA6F9942102926d594e
Octal246371224410512155131116
Binary101001101111100110010100100001010100110110110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F994; }

 p { color: rgb(166,249,148); }

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

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

 a { background-color: rgb(166,249,148); }

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

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

 span { border-color: rgb(166,249,148); }

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