#A8E340

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

Shades of Conifer #A8E340

Tints of Conifer #A8E340

Color information

#A8E340 (or 0xA8E340) is unknown color: approx Conifer. HEX triplet: A8, E3 and 40. RGB value is (168,227,64). Sum of RGB (Red+Green+Blue) = 168+227+64=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E340 is #571CBF. Grayscale: #BFBFBF. Windows color (decimal): -5708992 or 4252584. OLE color: 4252584.

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

Color convert

RGB16822764-
CMYK0.2600.720.11
HSL81.72º74.43%57.06%-
HSV(B)81.72º71.81%89.02%-
XYZ44.5463.6314.79-
YUV190.7856.45111.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 227 (89.06% from 255) = 49.46%
BLUE value IS 64 (25.39% from 255) = 13.94%
R=36.60%
G=49.46%
B=13.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168227640.2600.720.1181.7274.4357.06
HexA8E3401A048B524a39
Octal2503431003201101312211271
Binary101010001110001110000001101001001000101110100101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E340; }

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

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

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

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

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

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

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

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