#A8F066

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

Shades of Conifer #A8F066

Tints of Conifer #A8F066

Color information

#A8F066 (or 0xA8F066) is unknown color: approx Conifer. HEX triplet: A8, F0 and 66. RGB value is (168,240,102). Sum of RGB (Red+Green+Blue) = 168+240+102=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F066 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F066 is #570F99. Grayscale: #CBCBCB. Windows color (decimal): -5705626 or 6746280. OLE color: 6746280.

HSL color Cylindrical-coordinate representation of color #A8F066: hue angle of 91.3º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8F066 is Cyan = 0.3, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB168240102-
CMYK0.300.580.06
HSL91.3º82.14%67.06%-
HSV(B)91.3º57.5%94.12%-
XYZ49.7171.623.77-
YUV202.7471.15103.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 240 (94.14% from 255) = 47.06%
BLUE value IS 102 (40.23% from 255) = 20%
R=32.94%
G=47.06%
B=20%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682401020.300.580.0691.382.1467.06
HexA8F0661E03A65b5243
Octal250360146360726133122103
Binary10101000111100001100110111100111010110101101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F066; }

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

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

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

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

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

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

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

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