#A5C978

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

Shades of Olivine #A5C978

Tints of Olivine #A5C978

Color information

#A5C978 (or 0xA5C978) is unknown color: approx Olivine. HEX triplet: A5, C9 and 78. RGB value is (165,201,120). Sum of RGB (Red+Green+Blue) = 165+201+120=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C978 is #5A3687. Grayscale: #B5B5B5. Windows color (decimal): -5912200 or 7915941. OLE color: 7915941.

HSL color Cylindrical-coordinate representation of color #A5C978: hue angle of 86.67º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5C978 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB165201120-
CMYK0.1800.400.21
HSL86.67º42.86%62.94%-
HSV(B)86.67º40.3%78.82%-
XYZ39.7951.1325.54-
YUV18193.57116.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 201 (78.91% from 255) = 41.36%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=33.95%
G=41.36%
B=24.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011200.1800.400.2186.6742.8662.94
HexA5C9781202815572b3f
Octal24531117022050251275377
Binary10100101110010011111000100100101000101011010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C978; }

 p { color: rgb(165,201,120); }

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

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

 a { background-color: rgb(165,201,120); }

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

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

 span { border-color: rgb(165,201,120); }

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