#A8E355

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

Shades of Conifer #A8E355

Tints of Conifer #A8E355

Color information

#A8E355 (or 0xA8E355) is unknown color: approx Conifer. HEX triplet: A8, E3 and 55. RGB value is (168,227,85). Sum of RGB (Red+Green+Blue) = 168+227+85=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E355 is #571CAA. Grayscale: #C1C1C1. Windows color (decimal): -5708971 or 5628840. OLE color: 5628840.

HSL color Cylindrical-coordinate representation of color #A8E355: hue angle of 84.93º degrees, saturation: 0.72, 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 #A8E355 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB16822785-
CMYK0.2600.630.11
HSL84.93º71.72%61.18%-
HSV(B)84.93º62.56%89.02%-
XYZ45.2663.9218.55-
YUV193.1766.95110.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35%
GREEN value IS 227 (89.06% from 255) = 47.29%
BLUE value IS 85 (33.59% from 255) = 17.71%
R=35%
G=47.29%
B=17.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168227850.2600.630.1184.9371.7261.18
HexA8E3551A03FB55483d
Octal250343125320771312511075
Binary10101000111000111010101110100111111101110101011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E355; }

 p { color: rgb(168,227,85); }

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

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

 a { background-color: rgb(168,227,85); }

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

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

 span { border-color: rgb(168,227,85); }

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