#A3C06A

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

Shades of Olivine #A3C06A

Tints of Olivine #A3C06A

Color information

#A3C06A (or 0xA3C06A) is unknown color: approx Olivine. HEX triplet: A3, C0 and 6A. RGB value is (163,192,106). Sum of RGB (Red+Green+Blue) = 163+192+106=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C06A is #5C3F95. Grayscale: #ADADAD. Windows color (decimal): -6045590 or 6996131. OLE color: 6996131.

HSL color Cylindrical-coordinate representation of color #A3C06A: hue angle of 80.23º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3C06A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB163192106-
CMYK0.1500.450.25
HSL80.23º40.57%58.43%-
HSV(B)80.23º44.79%75.29%-
XYZ36.5646.5320.69-
YUV173.5289.89120.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 192 (75.39% from 255) = 41.65%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=35.36%
G=41.65%
B=22.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631921060.1500.450.2580.2340.5758.43
HexA3C06AF02D1950293a
Octal24330015217055311205172
Binary1010001111000000110101011110101101110011010000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C06A; }

 p { color: rgb(163,192,106); }

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

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

 a { background-color: rgb(163,192,106); }

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

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

 span { border-color: rgb(163,192,106); }

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