Html Css Color HEX #A1C476 Olivine

📋 copy color: '#A1C476'

red 161 ◦ green 196 ◦ blue 118

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

Shades of Olivine #A1C476

Tints of Olivine #A1C476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.26%

 BLUE value IS 118 (46.48% from 255) = 24.84%

R = 33.89%
G = 41.26%
B = 24.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#A1C476 (or 0xA1C476) is known color: Olivine. HEX triplet: A1, C4 and 76. RGB value is (161,196,118). Sum of RGB (Red+Green+Blue) = 161+196+118=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C476 is #5E3B89. Grayscale: #B0B0B0. Windows color (decimal): -6175626 or 7783585. OLE color: 7783585.

HSL color Cylindrical-coordinate representation of color #A1C476: hue angle of 86.92º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1C476 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 118 -
CMYK 0.18 0 0.40 0.23
HSL 86.92º 0.4% 0.62% -
HSV(B) 86.92º 0.4% 0.77% -
XYZ 37.71 48.36 24.49 -
YUV 176.64 94.9 116.84 -
System Red Green Blue C M Y K H S L
Decimal 161 196 118 0.18 0 0.40 0.23 86.92 0.4 0.62
Hex A1 C4 76 12 0 28 17 57 28 3E
Octal 241 304 166 22 0 50 27 127 50 76
Binary 10100001 11000100 1110110 10010 0 101000 10111 1010111 101000 111110

Color Harmonies of #A1C476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C476

Black with #A1C476

Text Example


Text Example

White with #A1C476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C476; }

 p { color: rgb(161,196,118); }

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

background-color css

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

 a { background-color: rgb(161,196,118); }

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

border-color css

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

 span { border-color: rgb(161,196,118); }

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