#a8eb5c

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

Shades of Conifer #A8EB5C

Tints of Conifer #A8EB5C

Color information

#A8EB5C (or 0xA8EB5C) is unknown color: approx Conifer. HEX triplet: A8, EB and 5C. RGB value is (168,235,92). Sum of RGB (Red+Green+Blue) = 168+235+92=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB5C is #5714A3. Grayscale: #C7C7C7. Windows color (decimal): -5706916 or 6089640. OLE color: 6089640.

HSL color Cylindrical-coordinate representation of color #A8EB5C: hue angle of 88.11º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8EB5C is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB16823592-
CMYK0.2900.610.08
HSL88.11º78.14%64.12%-
HSV(B)88.11º60.85%92.16%-
XYZ47.7968.5120.83-
YUV198.6667.8106.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 235 (92.19% from 255) = 47.47%
BLUE value IS 92 (36.33% from 255) = 18.59%
R=33.94%
G=47.47%
B=18.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168235920.2900.610.0888.1178.1464.12
HexA8EB5C1D03D8584e40
Octal2503531343507510130116100
Binary101010001110101110111001110101111011000101100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8eb5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8eb5c; }

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

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

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

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

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

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

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

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