#A8E85B

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

Shades of Conifer #A8E85B

Tints of Conifer #A8E85B

Color information

#A8E85B (or 0xA8E85B) is unknown color: approx Conifer. HEX triplet: A8, E8 and 5B. RGB value is (168,232,91). Sum of RGB (Red+Green+Blue) = 168+232+91=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E85B is #5717A4. Grayscale: #C5C5C5. Windows color (decimal): -5707685 or 6023336. OLE color: 6023336.

HSL color Cylindrical-coordinate representation of color #A8E85B: hue angle of 87.23º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8E85B is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB16823291-
CMYK0.2800.610.09
HSL87.23º75.4%63.33%-
HSV(B)87.23º60.78%90.98%-
XYZ46.8966.7920.32-
YUV196.7968.3107.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 232 (91.02% from 255) = 47.25%
BLUE value IS 91 (35.94% from 255) = 18.53%
R=34.22%
G=47.25%
B=18.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168232910.2800.610.0987.2375.463.33
HexA8E85B1C03D9574b3f
Octal250350133340751112711377
Binary10101000111010001011011111000111101100110101111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E85B; }

 p { color: rgb(168,232,91); }

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

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

 a { background-color: rgb(168,232,91); }

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

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

 span { border-color: rgb(168,232,91); }

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