#A8C263

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

Shades of Olivine #A8C263

Tints of Olivine #A8C263

Color information

#A8C263 (or 0xA8C263) is unknown color: approx Olivine. HEX triplet: A8, C2 and 63. RGB value is (168,194,99). Sum of RGB (Red+Green+Blue) = 168+194+99=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C263 is #573D9C. Grayscale: #AFAFAF. Windows color (decimal): -5717405 or 6537896. OLE color: 6537896.

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

Color convert

RGB16819499-
CMYK0.1300.490.24
HSL76.42º43.78%57.45%-
HSV(B)76.42º48.97%76.08%-
XYZ37.6947.8119.05-
YUV175.484.89122.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 99 (39.06% from 255) = 21.48%
R=36.44%
G=42.08%
B=21.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168194990.1300.490.2476.4243.7857.45
HexA8C263D031184c2c39
Octal25030214315061301145471
Binary1010100011000010110001111010110001110001001100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C263; }

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

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

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

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

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

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

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

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