Html Css Color HEX #A1C379 Olivine

📋 copy color: '#A1C379'

red 161 ◦ green 195 ◦ blue 121

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

Shades of Olivine #A1C379

Tints of Olivine #A1C379

RGB

 RED value IS 161 (63.28% from 255) = 33.75%

 GREEN value IS 195 (76.56% from 255) = 40.88%

 BLUE value IS 121 (47.66% from 255) = 25.37%

R = 33.75%
G = 40.88%
B = 25.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#A1C379 (or 0xA1C379) is known color: Olivine. HEX triplet: A1, C3 and 79. RGB value is (161,195,121). Sum of RGB (Red+Green+Blue) = 161+195+121=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C379 is #5E3C86. Grayscale: #B0B0B0. Windows color (decimal): -6175879 or 7979937. OLE color: 7979937.

HSL color Cylindrical-coordinate representation of color #A1C379: hue angle of 87.57º 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 #A1C379 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 195 121 -
CMYK 0.17 0 0.38 0.24
HSL 87.57º 0.38% 0.62% -
HSV(B) 87.57º 0.38% 0.76% -
XYZ 37.66 47.99 25.37 -
YUV 176.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 161 195 121 0.17 0 0.38 0.24 87.57 0.38 0.62
Hex A1 C3 79 11 0 26 18 58 26 3E
Octal 241 303 171 21 0 46 30 130 46 76
Binary 10100001 11000011 1111001 10001 0 100110 11000 1011000 100110 111110

Color Harmonies of #A1C379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C379

Black with #A1C379

Text Example


Text Example

White with #A1C379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C379; }

 p { color: rgb(161,195,121); }

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

background-color css

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

 a { background-color: rgb(161,195,121); }

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

border-color css

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

 span { border-color: rgb(161,195,121); }

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