Html Css Color HEX #A3C56A Olivine

📋 copy color: '#A3C56A'

red 163 ◦ green 197 ◦ blue 106

#A3C56A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #A3C56A

Tints of Olivine #A3C56A

RGB

 RED value IS 163 (64.06% from 255) = 34.98%

 GREEN value IS 197 (77.34% from 255) = 42.27%

 BLUE value IS 106 (41.8% from 255) = 22.75%

R = 34.98%
G = 42.27%
B = 22.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#A3C56A (or 0xA3C56A) is known color: Olivine. HEX triplet: A3, C5 and 6A. RGB value is (163,197,106). Sum of RGB (Red+Green+Blue) = 163+197+106=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C56A is #5C3A95. Grayscale: #B0B0B0. Windows color (decimal): -6044310 or 6997411. OLE color: 6997411.

HSL color Cylindrical-coordinate representation of color #A3C56A: hue angle of 82.42º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3C56A is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 197 106 -
CMYK 0.17 0 0.46 0.23
HSL 82.42º 0.44% 0.59% -
HSV(B) 82.42º 0.46% 0.77% -
XYZ 37.67 48.76 21.06 -
YUV 176.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 163 197 106 0.17 0 0.46 0.23 82.42 0.44 0.59
Hex A3 C5 6A 11 0 2E 17 52 2C 3B
Octal 243 305 152 21 0 56 27 122 54 73
Binary 10100011 11000101 1101010 10001 0 101110 10111 1010010 101100 111011

Color Harmonies of #A3C56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C56A

Black with #A3C56A

Text Example


Text Example

White with #A3C56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C56A; }

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

 H1.HeaderClassName
 {
   color: #A3C56A;
 }
 .AnyTagClassName
 {
   color: #A3C56A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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