#A6DA4B

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

Shades of Conifer #A6DA4B

Tints of Conifer #A6DA4B

Color information

#A6DA4B (or 0xA6DA4B) is unknown color: approx Conifer. HEX triplet: A6, DA and 4B. RGB value is (166,218,75). Sum of RGB (Red+Green+Blue) = 166+218+75=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DA4B is #5925B4. Grayscale: #BABABA. Windows color (decimal): -5842357 or 4971174. OLE color: 4971174.

HSL color Cylindrical-coordinate representation of color #A6DA4B: hue angle of 81.82º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6DA4B is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB16621875-
CMYK0.2400.660.15
HSL81.82º65.9%57.45%-
HSV(B)81.82º65.6%85.49%-
XYZ42.0758.7615.78-
YUV186.1565.27113.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 218 (85.55% from 255) = 47.49%
BLUE value IS 75 (29.69% from 255) = 16.34%
R=36.17%
G=47.49%
B=16.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166218750.2400.660.1581.8265.957.45
HexA6DA4B18042F524239
Octal2463321133001021712210271
Binary101001101101101010010111100001000010111110100101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DA4B; }

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

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

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

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

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

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

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

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