#A6D567

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

Shades of Conifer #A6D567

Tints of Conifer #A6D567

Color information

#A6D567 (or 0xA6D567) is unknown color: approx Conifer. HEX triplet: A6, D5 and 67. RGB value is (166,213,103). Sum of RGB (Red+Green+Blue) = 166+213+103=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D567 is #592A98. Grayscale: #BABABA. Windows color (decimal): -5843609 or 6804902. OLE color: 6804902.

HSL color Cylindrical-coordinate representation of color #A6D567: hue angle of 85.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6D567 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB166213103-
CMYK0.2200.520.16
HSL85.64º56.7%61.96%-
HSV(B)85.64º51.64%83.53%-
XYZ41.9756.6721.56-
YUV186.4180.93113.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 213 (83.59% from 255) = 44.19%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=34.44%
G=44.19%
B=21.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662131030.2200.520.1685.6456.761.96
HexA6D567160341056393e
Octal24632514726064201267176
Binary10100110110101011100111101100110100100001010110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D567; }

 p { color: rgb(166,213,103); }

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

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

 a { background-color: rgb(166,213,103); }

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

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

 span { border-color: rgb(166,213,103); }

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