#A8E05D

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

Shades of Conifer #A8E05D

Tints of Conifer #A8E05D

Color information

#A8E05D (or 0xA8E05D) is unknown color: approx Conifer. HEX triplet: A8, E0 and 5D. RGB value is (168,224,93). Sum of RGB (Red+Green+Blue) = 168+224+93=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E05D is #571FA2. Grayscale: #C0C0C0. Windows color (decimal): -5709731 or 6152360. OLE color: 6152360.

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

Color convert

RGB16822493-
CMYK0.2500.580.12
HSL85.65º67.88%62.16%-
HSV(B)85.65º58.48%87.84%-
XYZ44.7862.4320.05-
YUV192.3271.95110.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 224 (87.89% from 255) = 46.19%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=34.64%
G=46.19%
B=19.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal168224930.2500.580.1285.6567.8862.16
HexA8E05D1903AC56443e
Octal250340135310721412610476
Binary10101000111000001011101110010111010110010101101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E05D; }

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

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

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

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

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

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

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

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