#A8FA6A

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

Shades of Conifer #A8FA6A

Tints of Conifer #A8FA6A

Color information

#A8FA6A (or 0xA8FA6A) is unknown color: approx Conifer. HEX triplet: A8, FA and 6A. RGB value is (168,250,106). Sum of RGB (Red+Green+Blue) = 168+250+106=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA6A is #570595. Grayscale: #D1D1D1. Windows color (decimal): -5703062 or 7010984. OLE color: 7010984.

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

Color convert

RGB168250106-
CMYK0.3300.580.02
HSL94.17º93.51%69.8%-
HSV(B)94.17º57.6%98.04%-
XYZ52.9477.7425.85-
YUV209.0769.8398.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 250 (98.05% from 255) = 47.71%
BLUE value IS 106 (41.80% from 255) = 20.23%
R=32.06%
G=47.71%
B=20.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682501060.3300.580.0294.1793.5169.8
HexA8FA6A2103A25e5e46
Octal250372152410722136136106
Binary10101000111110101101010100001011101010101111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FA6A; }

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

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

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

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

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

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

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

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