#A6DC55

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

Shades of Conifer #A6DC55

Tints of Conifer #A6DC55

Color information

#A6DC55 (or 0xA6DC55) is unknown color: approx Conifer. HEX triplet: A6, DC and 55. RGB value is (166,220,85). Sum of RGB (Red+Green+Blue) = 166+220+85=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC55 is #5923AA. Grayscale: #BCBCBC. Windows color (decimal): -5841835 or 5627046. OLE color: 5627046.

HSL color Cylindrical-coordinate representation of color #A6DC55: hue angle of 84º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6DC55 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB16622085-
CMYK0.2500.610.14
HSL84º65.85%59.8%-
HSV(B)84º61.36%86.27%-
XYZ42.9659.9517.9-
YUV188.4669.61111.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 220 (86.33% from 255) = 46.71%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=35.24%
G=46.71%
B=18.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal166220850.2500.610.148465.8559.8
HexA6DC551903DE54423c
Octal246334125310751612410274
Binary10100110110111001010101110010111101111010101001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DC55; }

 p { color: rgb(166,220,85); }

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

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

 a { background-color: rgb(166,220,85); }

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

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

 span { border-color: rgb(166,220,85); }

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