Html Css Color HEX #A3C278 Olivine

📋 copy color: '#A3C278'

red 163 ◦ green 194 ◦ blue 120

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

Shades of Olivine #A3C278

Tints of Olivine #A3C278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.67%

 BLUE value IS 120 (47.27% from 255) = 25.16%

R = 34.17%
G = 40.67%
B = 25.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#A3C278 (or 0xA3C278) is known color: Olivine. HEX triplet: A3, C2 and 78. RGB value is (163,194,120). Sum of RGB (Red+Green+Blue) = 163+194+120=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C278 is #5C3D87. Grayscale: #B0B0B0. Windows color (decimal): -6045064 or 7914147. OLE color: 7914147.

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

Color convert

RGB 163 194 120 -
CMYK 0.16 0 0.38 0.24
HSL 85.14º 0.38% 0.62% -
HSV(B) 85.14º 0.38% 0.76% -
XYZ 37.79 47.73 24.99 -
YUV 176.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 163 194 120 0.16 0 0.38 0.24 85.14 0.38 0.62
Hex A3 C2 78 10 0 26 18 55 26 3E
Octal 243 302 170 20 0 46 30 125 46 76
Binary 10100011 11000010 1111000 10000 0 100110 11000 1010101 100110 111110

Color Harmonies of #A3C278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C278

Black with #A3C278

Text Example


Text Example

White with #A3C278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C278; }

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

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

background-color css

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

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

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

border-color css

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

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

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