#A6D555

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

Shades of Conifer #A6D555

Tints of Conifer #A6D555

Color information

#A6D555 (or 0xA6D555) is unknown color: approx Conifer. HEX triplet: A6, D5 and 55. RGB value is (166,213,85). Sum of RGB (Red+Green+Blue) = 166+213+85=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D555 is #592AAA. Grayscale: #B8B8B8. Windows color (decimal): -5843627 or 5625254. OLE color: 5625254.

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

Color convert

RGB16621385-
CMYK0.2200.600.16
HSL82.03º60.38%58.43%-
HSV(B)82.03º60.09%83.53%-
XYZ41.1656.3517.3-
YUV184.3671.93114.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 213 (83.59% from 255) = 45.91%
BLUE value IS 85 (33.59% from 255) = 18.32%
R=35.78%
G=45.91%
B=18.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166213850.2200.600.1682.0360.3858.43
HexA6D5551603C10523c3a
Octal24632512526074201227472
Binary10100110110101011010101101100111100100001010010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D555; }

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

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

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

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

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

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

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

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