#A6CA4E

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

Shades of Conifer #A6CA4E

Tints of Conifer #A6CA4E

Color information

#A6CA4E (or 0xA6CA4E) is unknown color: approx Conifer. HEX triplet: A6, CA and 4E. RGB value is (166,202,78). Sum of RGB (Red+Green+Blue) = 166+202+78=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA4E is #5935B1. Grayscale: #B1B1B1. Windows color (decimal): -5846450 or 5163686. OLE color: 5163686.

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

Color convert

RGB16620278-
CMYK0.1800.610.21
HSL77.42º53.91%54.9%-
HSV(B)77.42º61.39%79.22%-
XYZ38.2250.915.02-
YUV177.172.07120.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 202 (79.30% from 255) = 45.29%
BLUE value IS 78 (30.86% from 255) = 17.49%
R=37.22%
G=45.29%
B=17.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166202780.1800.610.2177.4253.9154.9
HexA6CA4E1203D154d3637
Octal24631211622075251156667
Binary10100110110010101001110100100111101101011001101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA4E; }

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

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

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

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

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

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

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

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