#A6CA55

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

Shades of Conifer #A6CA55

Tints of Conifer #A6CA55

Color information

#A6CA55 (or 0xA6CA55) is unknown color: approx Conifer. HEX triplet: A6, CA and 55. RGB value is (166,202,85). Sum of RGB (Red+Green+Blue) = 166+202+85=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA55 is #5935AA. Grayscale: #B2B2B2. Windows color (decimal): -5846443 or 5622438. OLE color: 5622438.

HSL color Cylindrical-coordinate representation of color #A6CA55: hue angle of 78.46º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6CA55 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB16620285-
CMYK0.1800.580.21
HSL78.46º52.47%56.27%-
HSV(B)78.46º57.92%79.22%-
XYZ38.495116.41-
YUV177.975.57119.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 85 (33.59% from 255) = 18.76%
R=36.64%
G=44.59%
B=18.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166202850.1800.580.2178.4652.4756.27
HexA6CA551203A154e3438
Octal24631212522072251166470
Binary10100110110010101010101100100111010101011001110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA55; }

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

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

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

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

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

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

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

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