#a8ec5d

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

Shades of Conifer #A8EC5D

Tints of Conifer #A8EC5D

Color information

#A8EC5D (or 0xA8EC5D) is unknown color: approx Conifer. HEX triplet: A8, EC and 5D. RGB value is (168,236,93). Sum of RGB (Red+Green+Blue) = 168+236+93=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC5D is #5713A2. Grayscale: #C7C7C7. Windows color (decimal): -5706659 or 6155432. OLE color: 6155432.

HSL color Cylindrical-coordinate representation of color #A8EC5D: hue angle of 88.53º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8EC5D is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB16823693-
CMYK0.2900.610.07
HSL88.53º79.01%64.51%-
HSV(B)88.53º60.59%92.55%-
XYZ48.1269.1121.16-
YUV199.3767.97105.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 236 (92.58% from 255) = 47.48%
BLUE value IS 93 (36.72% from 255) = 18.71%
R=33.80%
G=47.48%
B=18.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168236930.2900.610.0788.5379.0164.51
HexA8EC5D1D03D7594f41
Octal250354135350757131117101
Binary10101000111011001011101111010111101111101100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8ec5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8ec5d; }

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

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

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

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

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

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

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

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