#A8E065

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

Shades of Conifer #A8E065

Tints of Conifer #A8E065

Color information

#A8E065 (or 0xA8E065) is unknown color: approx Conifer. HEX triplet: A8, E0 and 65. RGB value is (168,224,101). Sum of RGB (Red+Green+Blue) = 168+224+101=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E065 is #571F9A. Grayscale: #C1C1C1. Windows color (decimal): -5709723 or 6676648. OLE color: 6676648.

HSL color Cylindrical-coordinate representation of color #A8E065: hue angle of 87.32º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8E065 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB168224101-
CMYK0.2500.550.12
HSL87.32º66.49%63.73%-
HSV(B)87.32º54.91%87.84%-
XYZ45.1562.5822.01-
YUV193.2375.95110-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=34.08%
G=45.44%
B=20.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682241010.2500.550.1287.3266.4963.73
HexA8E06519037C574240
Octal2503401453106714127102100
Binary101010001110000011001011100101101111100101011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E065; }

 p { color: rgb(168,224,101); }

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

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

 a { background-color: rgb(168,224,101); }

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

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

 span { border-color: rgb(168,224,101); }

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