#A3C269

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

Shades of Olivine #A3C269

Tints of Olivine #A3C269

Color information

#A3C269 (or 0xA3C269) is unknown color: approx Olivine. HEX triplet: A3, C2 and 69. RGB value is (163,194,105). Sum of RGB (Red+Green+Blue) = 163+194+105=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C269 is #5C3D96. Grayscale: #AEAEAE. Windows color (decimal): -6045079 or 6931107. OLE color: 6931107.

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

Color convert

RGB163194105-
CMYK0.1600.460.24
HSL80.9º42.18%58.63%-
HSV(B)80.9º45.88%76.08%-
XYZ36.9547.3920.56-
YUV174.5888.73119.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 194 (76.17% from 255) = 41.99%
BLUE value IS 105 (41.41% from 255) = 22.73%
R=35.28%
G=41.99%
B=22.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631941050.1600.460.2480.942.1858.63
HexA3C2691002E18512a3b
Octal24330215120056301215273
Binary10100011110000101101001100000101110110001010001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C269; }

 p { color: rgb(163,194,105); }

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

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

 a { background-color: rgb(163,194,105); }

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

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

 span { border-color: rgb(163,194,105); }

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