#A6E260

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

Shades of Conifer #A6E260

Tints of Conifer #A6E260

Color information

#A6E260 (or 0xA6E260) is unknown color: approx Conifer. HEX triplet: A6, E2 and 60. RGB value is (166,226,96). Sum of RGB (Red+Green+Blue) = 166+226+96=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E260 is #591D9F. Grayscale: #C1C1C1. Windows color (decimal): -5840288 or 6349478. OLE color: 6349478.

HSL color Cylindrical-coordinate representation of color #A6E260: hue angle of 87.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6E260 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB16622696-
CMYK0.2700.580.11
HSL87.69º69.15%63.14%-
HSV(B)87.69º57.52%88.63%-
XYZ45.0363.3420.92-
YUV193.2473.12108.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 226 (88.67% from 255) = 46.31%
BLUE value IS 96 (37.89% from 255) = 19.67%
R=34.02%
G=46.31%
B=19.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal166226960.2700.580.1187.6969.1563.14
HexA6E2601B03AB58453f
Octal246342140330721313010577
Binary10100110111000101100000110110111010101110110001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E260; }

 p { color: rgb(166,226,96); }

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

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

 a { background-color: rgb(166,226,96); }

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

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

 span { border-color: rgb(166,226,96); }

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