#a6df63

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

Shades of Conifer #A6DF63

Tints of Conifer #A6DF63

Color information

#A6DF63 (or 0xA6DF63) is unknown color: approx Conifer. HEX triplet: A6, DF and 63. RGB value is (166,223,99). Sum of RGB (Red+Green+Blue) = 166+223+99=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF63 is #59209C. Grayscale: #C0C0C0. Windows color (decimal): -5841053 or 6545318. OLE color: 6545318.

HSL color Cylindrical-coordinate representation of color #A6DF63: hue angle of 87.58º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6DF63 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB16622399-
CMYK0.2600.560.13
HSL87.58º65.96%63.14%-
HSV(B)87.58º55.61%87.45%-
XYZ44.3761.7821.39-
YUV191.8275.62109.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 223 (87.5% from 255) = 45.70%
BLUE value IS 99 (39.06% from 255) = 20.29%
R=34.02%
G=45.70%
B=20.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166223990.2600.560.1387.5865.9663.14
HexA6DF631A038D58423f
Octal246337143320701513010277
Binary10100110110111111100011110100111000110110110001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6df63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6df63; }

 p { color: rgb(166,223,99); }

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

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

 a { background-color: rgb(166,223,99); }

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

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

 span { border-color: rgb(166,223,99); }

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