#A8E656

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

Shades of Conifer #A8E656

Tints of Conifer #A8E656

Color information

#A8E656 (or 0xA8E656) is unknown color: approx Conifer. HEX triplet: A8, E6 and 56. RGB value is (168,230,86). Sum of RGB (Red+Green+Blue) = 168+230+86=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E656 is #5719A9. Grayscale: #C3C3C3. Windows color (decimal): -5708202 or 5695144. OLE color: 5695144.

HSL color Cylindrical-coordinate representation of color #A8E656: hue angle of 85.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8E656 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB16823086-
CMYK0.2700.630.10
HSL85.83º74.23%61.96%-
HSV(B)85.83º62.61%90.2%-
XYZ46.1265.5919.03-
YUV195.0566.46108.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 230 (90.23% from 255) = 47.52%
BLUE value IS 86 (33.98% from 255) = 17.77%
R=34.71%
G=47.52%
B=17.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal168230860.2700.630.1085.8374.2361.96
HexA8E6561B03FA564a3e
Octal250346126330771212611276
Binary10101000111001101010110110110111111101010101101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E656; }

 p { color: rgb(168,230,86); }

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

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

 a { background-color: rgb(168,230,86); }

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

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

 span { border-color: rgb(168,230,86); }

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