#a8c266

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

Shades of Olivine #A8C266

Tints of Olivine #A8C266

Color information

#A8C266 (or 0xA8C266) is unknown color: approx Olivine. HEX triplet: A8, C2 and 66. RGB value is (168,194,102). Sum of RGB (Red+Green+Blue) = 168+194+102=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C266 is #573D99. Grayscale: #B0B0B0. Windows color (decimal): -5717402 or 6734504. OLE color: 6734504.

HSL color Cylindrical-coordinate representation of color #A8C266: hue angle of 76.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8C266 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB168194102-
CMYK0.1300.470.24
HSL76.96º42.99%58.04%-
HSV(B)76.96º47.42%76.08%-
XYZ37.8447.8719.82-
YUV175.7486.39122.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 194 (76.17% from 255) = 41.81%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=36.21%
G=41.81%
B=21.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681941020.1300.470.2476.9642.9958.04
HexA8C266D02F184d2b3a
Octal25030214615057301155372
Binary1010100011000010110011011010101111110001001101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8c266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8c266; }

 p { color: rgb(168,194,102); }

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

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

 a { background-color: rgb(168,194,102); }

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

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

 span { border-color: rgb(168,194,102); }

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