#A6E455

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

Shades of Conifer #A6E455

Tints of Conifer #A6E455

Color information

#A6E455 (or 0xA6E455) is unknown color: approx Conifer. HEX triplet: A6, E4 and 55. RGB value is (166,228,85). Sum of RGB (Red+Green+Blue) = 166+228+85=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E455 is #591BAA. Grayscale: #C1C1C1. Windows color (decimal): -5839787 or 5629094. OLE color: 5629094.

HSL color Cylindrical-coordinate representation of color #A6E455: hue angle of 86.01º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6E455 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB16622885-
CMYK0.2700.630.11
HSL86.01º72.59%61.37%-
HSV(B)86.01º62.72%89.41%-
XYZ45.1164.2518.62-
YUV193.1666.96108.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 228 (89.45% from 255) = 47.60%
BLUE value IS 85 (33.59% from 255) = 17.75%
R=34.66%
G=47.60%
B=17.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal166228850.2700.630.1186.0172.5961.37
HexA6E4551B03FB56493d
Octal246344125330771312611175
Binary10100110111001001010101110110111111101110101101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E455; }

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

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

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

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

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

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

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

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