#A6D55D

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

Shades of Conifer #A6D55D

Tints of Conifer #A6D55D

Color information

#A6D55D (or 0xA6D55D) is unknown color: approx Conifer. HEX triplet: A6, D5 and 5D. RGB value is (166,213,93). Sum of RGB (Red+Green+Blue) = 166+213+93=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D55D is #592AA2. Grayscale: #B9B9B9. Windows color (decimal): -5843619 or 6149542. OLE color: 6149542.

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

Color convert

RGB16621393-
CMYK0.2200.560.16
HSL83.5º58.82%60%-
HSV(B)83.5º56.34%83.53%-
XYZ41.556.4919.07-
YUV185.2775.93114.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=35.17%
G=45.13%
B=19.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166213930.2200.560.1683.558.8260
HexA6D55D1603810543b3c
Octal24632513526070201247374
Binary10100110110101011011101101100111000100001010100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D55D; }

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

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

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

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

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

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

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

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