#a6dd63

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

Shades of Conifer #A6DD63

Tints of Conifer #A6DD63

Color information

#A6DD63 (or 0xA6DD63) is unknown color: approx Conifer. HEX triplet: A6, DD and 63. RGB value is (166,221,99). Sum of RGB (Red+Green+Blue) = 166+221+99=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD63 is #59229C. Grayscale: #BFBFBF. Windows color (decimal): -5841565 or 6544806. OLE color: 6544806.

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

Color convert

RGB16622199-
CMYK0.2500.550.13
HSL87.05º64.21%62.75%-
HSV(B)87.05º55.2%86.67%-
XYZ43.8360.7221.21-
YUV190.6576.28110.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 221 (86.72% from 255) = 45.47%
BLUE value IS 99 (39.06% from 255) = 20.37%
R=34.16%
G=45.47%
B=20.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166221990.2500.550.1387.0564.2162.75
HexA6DD6319037D57403f
Octal246335143310671512710077
Binary10100110110111011100011110010110111110110101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6dd63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6dd63; }

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

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

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

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

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

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

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

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