#A5C279

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

Shades of Olivine #A5C279

Tints of Olivine #A5C279

Color information

#A5C279 (or 0xA5C279) is unknown color: approx Olivine. HEX triplet: A5, C2 and 79. RGB value is (165,194,121). Sum of RGB (Red+Green+Blue) = 165+194+121=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C279 is #5A3D86. Grayscale: #B1B1B1. Windows color (decimal): -5913991 or 7979685. OLE color: 7979685.

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

Color convert

RGB165194121-
CMYK0.1500.380.24
HSL83.84º37.44%61.76%-
HSV(B)83.84º37.63%76.08%-
XYZ38.2647.9625.33-
YUV177.0196.39119.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 194 (76.17% from 255) = 40.42%
BLUE value IS 121 (47.66% from 255) = 25.21%
R=34.38%
G=40.42%
B=25.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941210.1500.380.2483.8437.4461.76
HexA5C279F0261854253e
Octal24530217117046301244576
Binary1010010111000010111100111110100110110001010100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C279; }

 p { color: rgb(165,194,121); }

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

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

 a { background-color: rgb(165,194,121); }

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

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

 span { border-color: rgb(165,194,121); }

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