#A1E456

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

Shades of Conifer #A1E456

Tints of Conifer #A1E456

Color information

#A1E456 (or 0xA1E456) is unknown color: approx Conifer. HEX triplet: A1, E4 and 56. RGB value is (161,228,86). Sum of RGB (Red+Green+Blue) = 161+228+86=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E456 is #5E1BA9. Grayscale: #C0C0C0. Windows color (decimal): -6167466 or 5694625. OLE color: 5694625.

HSL color Cylindrical-coordinate representation of color #A1E456: hue angle of 88.31º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1E456 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB16122886-
CMYK0.2900.620.11
HSL88.31º72.45%61.57%-
HSV(B)88.31º62.28%89.41%-
XYZ44.1263.7418.78-
YUV191.7868.3106.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 228 (89.45% from 255) = 48%
BLUE value IS 86 (33.98% from 255) = 18.11%
R=33.89%
G=48%
B=18.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161228860.2900.620.1188.3172.4561.57
HexA1E4561D03EB58483e
Octal241344126350761313011076
Binary10100001111001001010110111010111110101110110001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E456; }

 p { color: rgb(161,228,86); }

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

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

 a { background-color: rgb(161,228,86); }

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

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

 span { border-color: rgb(161,228,86); }

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