#A6FD60

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

Shades of Conifer #A6FD60

Tints of Conifer #A6FD60

Color information

#A6FD60 (or 0xA6FD60) is unknown color: approx Conifer. HEX triplet: A6, FD and 60. RGB value is (166,253,96). Sum of RGB (Red+Green+Blue) = 166+253+96=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FD60 is #59029F. Grayscale: #D1D1D1. Windows color (decimal): -5833376 or 6356390. OLE color: 6356390.

HSL color Cylindrical-coordinate representation of color #A6FD60: hue angle of 93.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6FD60 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB16625396-
CMYK0.3400.620.01
HSL93.25º97.52%68.43%-
HSV(B)93.25º62.06%99.22%-
XYZ52.9679.223.56-
YUV209.0964.1897.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 253 (99.22% from 255) = 49.13%
BLUE value IS 96 (37.89% from 255) = 18.64%
R=32.23%
G=49.13%
B=18.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal166253960.3400.620.0193.2597.5268.43
HexA6FD602203E15d6244
Octal246375140420761135142104
Binary1010011011111101110000010001001111101101110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FD60; }

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

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

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

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

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

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

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

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