#A6CF57

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

Shades of Conifer #A6CF57

Tints of Conifer #A6CF57

Color information

#A6CF57 (or 0xA6CF57) is unknown color: approx Conifer. HEX triplet: A6, CF and 57. RGB value is (166,207,87). Sum of RGB (Red+Green+Blue) = 166+207+87=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF57 is #5930A8. Grayscale: #B5B5B5. Windows color (decimal): -5845161 or 5754790. OLE color: 5754790.

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

Color convert

RGB16620787-
CMYK0.2000.580.19
HSL80.5º55.56%57.65%-
HSV(B)80.5º57.97%81.18%-
XYZ39.7653.4217.23-
YUV181.0674.92117.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 207 (81.25% from 255) = 45%
BLUE value IS 87 (34.38% from 255) = 18.91%
R=36.09%
G=45%
B=18.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166207870.2000.580.1980.555.5657.65
HexA6CF571403A1350383a
Octal24631712724072231207072
Binary10100110110011111010111101000111010100111010000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CF57; }

 p { color: rgb(166,207,87); }

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

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

 a { background-color: rgb(166,207,87); }

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

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

 span { border-color: rgb(166,207,87); }

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