#A8E65C

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

Shades of Conifer #A8E65C

Tints of Conifer #A8E65C

Color information

#A8E65C (or 0xA8E65C) is unknown color: approx Conifer. HEX triplet: A8, E6 and 5C. RGB value is (168,230,92). Sum of RGB (Red+Green+Blue) = 168+230+92=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E65C is #5719A3. Grayscale: #C4C4C4. Windows color (decimal): -5708196 or 6088360. OLE color: 6088360.

HSL color Cylindrical-coordinate representation of color #A8E65C: hue angle of 86.96º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8E65C is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB16823092-
CMYK0.2700.600.10
HSL86.96º73.4%63.14%-
HSV(B)86.96º60%90.2%-
XYZ46.3865.6920.36-
YUV195.7369.46108.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 230 (90.23% from 255) = 46.94%
BLUE value IS 92 (36.33% from 255) = 18.78%
R=34.29%
G=46.94%
B=18.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal168230920.2700.600.1086.9673.463.14
HexA8E65C1B03CA57493f
Octal250346134330741212711177
Binary10101000111001101011100110110111100101010101111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E65C; }

 p { color: rgb(168,230,92); }

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

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

 a { background-color: rgb(168,230,92); }

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

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

 span { border-color: rgb(168,230,92); }

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