#a6ce58

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

Shades of Conifer #A6CE58

Tints of Conifer #A6CE58

Color information

#A6CE58 (or 0xA6CE58) is unknown color: approx Conifer. HEX triplet: A6, CE and 58. RGB value is (166,206,88). Sum of RGB (Red+Green+Blue) = 166+206+88=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE58 is #5931A7. Grayscale: #B5B5B5. Windows color (decimal): -5845416 or 5820070. OLE color: 5820070.

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

Color convert

RGB16620688-
CMYK0.1900.570.19
HSL80.34º54.63%57.65%-
HSV(B)80.34º57.28%80.78%-
XYZ39.5652.9517.37-
YUV180.5975.75117.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 206 (80.86% from 255) = 44.78%
BLUE value IS 88 (34.77% from 255) = 19.13%
R=36.09%
G=44.78%
B=19.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166206880.1900.570.1980.3454.6357.65
HexA6CE58130391350373a
Octal24631613023071231206772
Binary10100110110011101011000100110111001100111010000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6ce58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6ce58; }

 p { color: rgb(166,206,88); }

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

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

 a { background-color: rgb(166,206,88); }

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

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

 span { border-color: rgb(166,206,88); }

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