#A5C363

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

Shades of Olivine #A5C363

Tints of Olivine #A5C363

Color information

#A5C363 (or 0xA5C363) is unknown color: approx Olivine. HEX triplet: A5, C3 and 63. RGB value is (165,195,99). Sum of RGB (Red+Green+Blue) = 165+195+99=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C363 is #5A3C9C. Grayscale: #AFAFAF. Windows color (decimal): -5913757 or 6538149. OLE color: 6538149.

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

Color convert

RGB16519599-
CMYK0.1500.490.24
HSL78.75º44.44%57.65%-
HSV(B)78.75º49.23%76.47%-
XYZ37.2847.9319.09-
YUV175.0985.06120.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 99 (39.06% from 255) = 21.57%
R=35.95%
G=42.48%
B=21.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165195990.1500.490.2478.7544.4457.65
HexA5C363F031184f2c3a
Octal24530314317061301175472
Binary1010010111000011110001111110110001110001001111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C363; }

 p { color: rgb(165,195,99); }

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

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

 a { background-color: rgb(165,195,99); }

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

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

 span { border-color: rgb(165,195,99); }

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