#A3CD71

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

Shades of Olivine #A3CD71

Tints of Olivine #A3CD71

Color information

#A3CD71 (or 0xA3CD71) is unknown color: approx Olivine. HEX triplet: A3, CD and 71. RGB value is (163,205,113). Sum of RGB (Red+Green+Blue) = 163+205+113=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CD71 is #5C328E. Grayscale: #B6B6B6. Windows color (decimal): -6042255 or 7458211. OLE color: 7458211.

HSL color Cylindrical-coordinate representation of color #A3CD71: hue angle of 87.39º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3CD71 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB163205113-
CMYK0.2000.450.20
HSL87.39º47.92%62.35%-
HSV(B)87.39º44.88%80.39%-
XYZ39.9252.6423.68-
YUV181.9589.09114.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=33.89%
G=42.62%
B=23.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632051130.2000.450.2087.3947.9262.35
HexA3CD711402D1457303e
Octal24331516124055241276076
Binary10100011110011011110001101000101101101001010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CD71; }

 p { color: rgb(163,205,113); }

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

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

 a { background-color: rgb(163,205,113); }

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

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

 span { border-color: rgb(163,205,113); }

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