#A8EE5D

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

Shades of Conifer #A8EE5D

Tints of Conifer #A8EE5D

Color information

#A8EE5D (or 0xA8EE5D) is unknown color: approx Conifer. HEX triplet: A8, EE and 5D. RGB value is (168,238,93). Sum of RGB (Red+Green+Blue) = 168+238+93=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EE5D is #5711A2. Grayscale: #C9C9C9. Windows color (decimal): -5706147 or 6155944. OLE color: 6155944.

HSL color Cylindrical-coordinate representation of color #A8EE5D: hue angle of 88.97º degrees, saturation: 0.81, 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 #A8EE5D is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB16823893-
CMYK0.2900.610.07
HSL88.97º81.01%64.9%-
HSV(B)88.97º60.92%93.33%-
XYZ48.770.2621.35-
YUV200.5467.31104.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 238 (93.36% from 255) = 47.70%
BLUE value IS 93 (36.72% from 255) = 18.64%
R=33.67%
G=47.70%
B=18.64%

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
Decimal168238930.2900.610.0788.9781.0164.9
HexA8EE5D1D03D7595141
Octal250356135350757131121101
Binary10101000111011101011101111010111101111101100110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EE5D; }

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

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

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

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

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

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

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

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