#A8E849

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

Shades of Conifer #A8E849

Tints of Conifer #A8E849

Color information

#A8E849 (or 0xA8E849) is unknown color: approx Conifer. HEX triplet: A8, E8 and 49. RGB value is (168,232,73). Sum of RGB (Red+Green+Blue) = 168+232+73=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E849 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E849 is #5717B6. Grayscale: #C3C3C3. Windows color (decimal): -5707703 or 4843688. OLE color: 4843688.

HSL color Cylindrical-coordinate representation of color #A8E849: hue angle of 84.15º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8E849 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB16823273-
CMYK0.2800.690.09
HSL84.15º77.56%59.8%-
HSV(B)84.15º68.53%90.98%-
XYZ46.2166.5216.71-
YUV194.7459.3108.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 232 (91.02% from 255) = 49.05%
BLUE value IS 73 (28.91% from 255) = 15.43%
R=35.52%
G=49.05%
B=15.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168232730.2800.690.0984.1577.5659.8
HexA8E8491C0459544e3c
Octal2503501113401051112411674
Binary101010001110100010010011110001000101100110101001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E849; }

 p { color: rgb(168,232,73); }

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

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

 a { background-color: rgb(168,232,73); }

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

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

 span { border-color: rgb(168,232,73); }

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