#A8CE6F

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

Shades of Olivine #A8CE6F

Tints of Olivine #A8CE6F

Color information

#A8CE6F (or 0xA8CE6F) is unknown color: approx Olivine. HEX triplet: A8, CE and 6F. RGB value is (168,206,111). Sum of RGB (Red+Green+Blue) = 168+206+111=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE6F is #573190. Grayscale: #B8B8B8. Windows color (decimal): -5714321 or 7327400. OLE color: 7327400.

HSL color Cylindrical-coordinate representation of color #A8CE6F: hue angle of 84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8CE6F is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB168206111-
CMYK0.1800.460.19
HSL84º49.22%62.16%-
HSV(B)84º46.12%80.78%-
XYZ41.0953.6223.22-
YUV183.8186.91116.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 111 (43.75% from 255) = 22.89%
R=34.64%
G=42.47%
B=22.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061110.1800.460.198449.2262.16
HexA8CE6F1202E1354313e
Octal25031615722056231246176
Binary10101000110011101101111100100101110100111010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CE6F; }

 p { color: rgb(168,206,111); }

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

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

 a { background-color: rgb(168,206,111); }

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

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

 span { border-color: rgb(168,206,111); }

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