#A5C16D

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

Shades of Olivine #A5C16D

Tints of Olivine #A5C16D

Color information

#A5C16D (or 0xA5C16D) is unknown color: approx Olivine. HEX triplet: A5, C1 and 6D. RGB value is (165,193,109). Sum of RGB (Red+Green+Blue) = 165+193+109=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C16D is #5A3E92. Grayscale: #AFAFAF. Windows color (decimal): -5914259 or 7192997. OLE color: 7192997.

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

Color convert

RGB165193109-
CMYK0.1500.440.24
HSL80º40.38%59.22%-
HSV(B)80º43.52%75.69%-
XYZ37.3547.2421.62-
YUV175.0590.72120.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=35.33%
G=41.33%
B=23.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931090.1500.440.248040.3859.22
HexA5C16DF02C1850283b
Octal24530115517054301205073
Binary1010010111000001110110111110101100110001010000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C16D; }

 p { color: rgb(165,193,109); }

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

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

 a { background-color: rgb(165,193,109); }

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

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

 span { border-color: rgb(165,193,109); }

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