#A6FF66

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

Shades of Conifer #A6FF66

Tints of Conifer #A6FF66

Color information

#A6FF66 (or 0xA6FF66) is unknown color: approx Conifer. HEX triplet: A6, FF and 66. RGB value is (166,255,102). Sum of RGB (Red+Green+Blue) = 166+255+102=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF66 is #590099. Grayscale: #D3D3D3. Windows color (decimal): -5832858 or 6750118. OLE color: 6750118.

HSL color Cylindrical-coordinate representation of color #A6FF66: hue angle of 94.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6FF66 is Cyan = 0.35, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB166255102-
CMYK0.3500.60
HSL94.9º100%70%-
HSV(B)94.9º60%100%-
XYZ53.8880.5925.29-
YUV210.9566.5195.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 255 (100% from 255) = 48.76%
BLUE value IS 102 (40.23% from 255) = 19.50%
R=31.74%
G=48.76%
B=19.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662551020.3500.6094.910070
HexA6FF662303C05f6446
Octal246377146430740137144106
Binary1010011011111111110011010001101111000101111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FF66; }

 p { color: rgb(166,255,102); }

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

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

 a { background-color: rgb(166,255,102); }

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

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

 span { border-color: rgb(166,255,102); }

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