Html Css Color HEX #A1C977 Olivine

📋 copy color: '#A1C977'

red 161 ◦ green 201 ◦ blue 119

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

Shades of Olivine #A1C977

Tints of Olivine #A1C977

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.79%

 BLUE value IS 119 (46.88% from 255) = 24.74%

R = 33.47%
G = 41.79%
B = 24.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#A1C977 (or 0xA1C977) is known color: Olivine. HEX triplet: A1, C9 and 77. RGB value is (161,201,119). Sum of RGB (Red+Green+Blue) = 161+201+119=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C977 is #5E3688. Grayscale: #B3B3B3. Windows color (decimal): -6174345 or 7850401. OLE color: 7850401.

HSL color Cylindrical-coordinate representation of color #A1C977: hue angle of 89.27º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1C977 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 201 119 -
CMYK 0.20 0 0.41 0.21
HSL 89.27º 0.43% 0.63% -
HSV(B) 89.27º 0.41% 0.79% -
XYZ 38.91 50.68 25.18 -
YUV 179.69 93.75 114.67 -
System Red Green Blue C M Y K H S L
Decimal 161 201 119 0.20 0 0.41 0.21 89.27 0.43 0.63
Hex A1 C9 77 14 0 29 15 59 2B 3F
Octal 241 311 167 24 0 51 25 131 53 77
Binary 10100001 11001001 1110111 10100 0 101001 10101 1011001 101011 111111

Color Harmonies of #A1C977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C977

Black with #A1C977

Text Example


Text Example

White with #A1C977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C977; }

 p { color: rgb(161,201,119); }

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

background-color css

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

 a { background-color: rgb(161,201,119); }

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

border-color css

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

 span { border-color: rgb(161,201,119); }

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