#A3C97A

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

Shades of Olivine #A3C97A

Tints of Olivine #A3C97A

Color information

#A3C97A (or 0xA3C97A) is unknown color: approx Olivine. HEX triplet: A3, C9 and 7A. RGB value is (163,201,122). Sum of RGB (Red+Green+Blue) = 163+201+122=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C97A is #5C3685. Grayscale: #B4B4B4. Windows color (decimal): -6043270 or 8047011. OLE color: 8047011.

HSL color Cylindrical-coordinate representation of color #A3C97A: hue angle of 88.86º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3C97A is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB163201122-
CMYK0.1900.390.21
HSL88.86º42.25%63.33%-
HSV(B)88.86º39.3%78.82%-
XYZ39.550.9626.17-
YUV180.6394.91115.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 201 (78.91% from 255) = 41.36%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=33.54%
G=41.36%
B=25.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632011220.1900.390.2188.8642.2563.33
HexA3C97A1302715592a3f
Octal24331117223047251315277
Binary10100011110010011111010100110100111101011011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C97A; }

 p { color: rgb(163,201,122); }

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

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

 a { background-color: rgb(163,201,122); }

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

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

 span { border-color: rgb(163,201,122); }

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