#A8F168

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

Shades of Conifer #A8F168

Tints of Conifer #A8F168

Color information

#A8F168 (or 0xA8F168) is unknown color: approx Conifer. HEX triplet: A8, F1 and 68. RGB value is (168,241,104). Sum of RGB (Red+Green+Blue) = 168+241+104=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F168 is #570E97. Grayscale: #CCCCCC. Windows color (decimal): -5705368 or 6877608. OLE color: 6877608.

HSL color Cylindrical-coordinate representation of color #A8F168: hue angle of 91.97º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8F168 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB168241104-
CMYK0.3000.570.05
HSL91.97º83.03%67.65%-
HSV(B)91.97º56.85%94.51%-
XYZ50.172.2324.4-
YUV203.5571.82102.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 104 (41.02% from 255) = 20.27%
R=32.75%
G=46.98%
B=20.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682411040.3000.570.0591.9783.0367.65
HexA8F1681E03955c5344
Octal250361150360715134123104
Binary10101000111100011101000111100111001101101110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F168; }

 p { color: rgb(168,241,104); }

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

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

 a { background-color: rgb(168,241,104); }

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

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

 span { border-color: rgb(168,241,104); }

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