#A8E45B

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

Shades of Conifer #A8E45B

Tints of Conifer #A8E45B

Color information

#A8E45B (or 0xA8E45B) is unknown color: approx Conifer. HEX triplet: A8, E4 and 5B. RGB value is (168,228,91). Sum of RGB (Red+Green+Blue) = 168+228+91=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E45B is #571BA4. Grayscale: #C2C2C2. Windows color (decimal): -5708709 or 6022312. OLE color: 6022312.

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

Color convert

RGB16822891-
CMYK0.2600.600.11
HSL86.28º71.73%62.55%-
HSV(B)86.28º60.09%89.41%-
XYZ45.7864.5719.95-
YUV194.4469.62109.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 228 (89.45% from 255) = 46.82%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=34.50%
G=46.82%
B=18.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168228910.2600.600.1186.2871.7362.55
HexA8E45B1A03CB56483f
Octal250344133320741312611077
Binary10101000111001001011011110100111100101110101101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E45B; }

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

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

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

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

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

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

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

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