Html Css Color HEX #A3C078 Olivine

📋 copy color: '#A3C078'

red 163 ◦ green 192 ◦ blue 120

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

Shades of Olivine #A3C078

Tints of Olivine #A3C078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.42%

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

R = 34.32%
G = 40.42%
B = 25.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A3C078 (or 0xA3C078) is known color: Olivine. HEX triplet: A3, C0 and 78. RGB value is (163,192,120). Sum of RGB (Red+Green+Blue) = 163+192+120=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C078 is #5C3F87. Grayscale: #AFAFAF. Windows color (decimal): -6045576 or 7913635. OLE color: 7913635.

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

Color convert

RGB 163 192 120 -
CMYK 0.15 0 0.38 0.25
HSL 84.17º 0.36% 0.61% -
HSV(B) 84.17º 0.38% 0.75% -
XYZ 37.34 46.84 24.84 -
YUV 175.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 163 192 120 0.15 0 0.38 0.25 84.17 0.36 0.61
Hex A3 C0 78 F 0 26 19 54 24 3D
Octal 243 300 170 17 0 46 31 124 44 75
Binary 10100011 11000000 1111000 1111 0 100110 11001 1010100 100100 111101

Color Harmonies of #A3C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C078

Black with #A3C078

Text Example


Text Example

White with #A3C078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C078; }

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

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

background-color css

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

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

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

border-color css

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

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

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