#A6CF4D

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

Shades of Conifer #A6CF4D

Tints of Conifer #A6CF4D

Color information

#A6CF4D (or 0xA6CF4D) is unknown color: approx Conifer. HEX triplet: A6, CF and 4D. RGB value is (166,207,77). Sum of RGB (Red+Green+Blue) = 166+207+77=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF4D is #5930B2. Grayscale: #B4B4B4. Windows color (decimal): -5845171 or 5099430. OLE color: 5099430.

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

Color convert

RGB16620777-
CMYK0.2000.630.19
HSL78.92º57.52%55.69%-
HSV(B)78.92º62.8%81.18%-
XYZ39.3853.2715.23-
YUV179.9269.92118.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 207 (81.25% from 255) = 46%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=36.89%
G=46%
B=17.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166207770.2000.630.1978.9257.5255.69
HexA6CF4D1403F134f3a38
Octal24631711524077231177270
Binary10100110110011111001101101000111111100111001111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CF4D; }

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

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

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

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

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

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

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

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