#A6DC4B

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

Shades of Conifer #A6DC4B

Tints of Conifer #A6DC4B

Color information

#A6DC4B (or 0xA6DC4B) is unknown color: approx Conifer. HEX triplet: A6, DC and 4B. RGB value is (166,220,75). Sum of RGB (Red+Green+Blue) = 166+220+75=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC4B is #5923B4. Grayscale: #BBBBBB. Windows color (decimal): -5841845 or 4971686. OLE color: 4971686.

HSL color Cylindrical-coordinate representation of color #A6DC4B: hue angle of 82.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6DC4B is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB16622075-
CMYK0.2500.660.14
HSL82.34º67.44%57.84%-
HSV(B)82.34º65.91%86.27%-
XYZ42.5959.815.95-
YUV187.3264.61112.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 220 (86.33% from 255) = 47.72%
BLUE value IS 75 (29.69% from 255) = 16.27%
R=36.01%
G=47.72%
B=16.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal166220750.2500.660.1482.3467.4457.84
HexA6DC4B19042E52433a
Octal2463341133101021612210372
Binary101001101101110010010111100101000010111010100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DC4B; }

 p { color: rgb(166,220,75); }

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

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

 a { background-color: rgb(166,220,75); }

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

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

 span { border-color: rgb(166,220,75); }

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