#A8F966

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

Shades of Conifer #A8F966

Tints of Conifer #A8F966

Color information

#A8F966 (or 0xA8F966) is unknown color: approx Conifer. HEX triplet: A8, F9 and 66. RGB value is (168,249,102). Sum of RGB (Red+Green+Blue) = 168+249+102=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F966 is #570699. Grayscale: #D0D0D0. Windows color (decimal): -5703322 or 6748584. OLE color: 6748584.

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

Color convert

RGB168249102-
CMYK0.3300.590.02
HSL93.06º92.45%68.82%-
HSV(B)93.06º59.04%97.65%-
XYZ52.4277.0424.68-
YUV208.0268.1699.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 249 (97.66% from 255) = 47.98%
BLUE value IS 102 (40.23% from 255) = 19.65%
R=32.37%
G=47.98%
B=19.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682491020.3300.590.0293.0692.4568.82
HexA8F9662103B25d5c45
Octal250371146410732135134105
Binary10101000111110011100110100001011101110101110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F966; }

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

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

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

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

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

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

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

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