#A8E463

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

Shades of Conifer #A8E463

Tints of Conifer #A8E463

Color information

#A8E463 (or 0xA8E463) is unknown color: approx Conifer. HEX triplet: A8, E4 and 63. RGB value is (168,228,99). Sum of RGB (Red+Green+Blue) = 168+228+99=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E463 is #571B9C. Grayscale: #C3C3C3. Windows color (decimal): -5708701 or 6546600. OLE color: 6546600.

HSL color Cylindrical-coordinate representation of color #A8E463: hue angle of 87.91º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8E463 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB16822899-
CMYK0.2600.570.11
HSL87.91º70.49%64.12%-
HSV(B)87.91º56.58%89.41%-
XYZ46.1464.7121.86-
YUV195.3573.62108.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 228 (89.45% from 255) = 46.06%
BLUE value IS 99 (39.06% from 255) = 20%
R=33.94%
G=46.06%
B=20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168228990.2600.570.1187.9170.4964.12
HexA8E4631A039B584640
Octal2503441433207113130106100
Binary101010001110010011000111101001110011011101100010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E463; }

 p { color: rgb(168,228,99); }

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

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

 a { background-color: rgb(168,228,99); }

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

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

 span { border-color: rgb(168,228,99); }

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