#A6CC55

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

Shades of Conifer #A6CC55

Tints of Conifer #A6CC55

Color information

#A6CC55 (or 0xA6CC55) is unknown color: approx Conifer. HEX triplet: A6, CC and 55. RGB value is (166,204,85). Sum of RGB (Red+Green+Blue) = 166+204+85=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC55 is #5933AA. Grayscale: #B3B3B3. Windows color (decimal): -5845931 or 5622950. OLE color: 5622950.

HSL color Cylindrical-coordinate representation of color #A6CC55: hue angle of 79.16º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6CC55 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB16620485-
CMYK0.1900.580.2
HSL79.16º53.85%56.67%-
HSV(B)79.16º58.33%80%-
XYZ38.9651.9516.57-
YUV179.0774.91118.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=36.48%
G=44.84%
B=18.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal166204850.1900.580.279.1653.8556.67
HexA6CC551303A144f3639
Octal24631412523072241176671
Binary10100110110011001010101100110111010101001001111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CC55; }

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

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

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

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

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

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

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

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