Html Css Color HEX #A1C061 Olivine

📋 copy color: '#A1C061'

red 161 ◦ green 192 ◦ blue 97

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

Shades of Olivine #A1C061

Tints of Olivine #A1C061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 35.78%
G = 42.67%
B = 21.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#A1C061 (or 0xA1C061) is known color: Olivine. HEX triplet: A1, C0 and 61. RGB value is (161,192,97). Sum of RGB (Red+Green+Blue) = 161+192+97=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C061 is #5E3F9E. Grayscale: #ACACAC. Windows color (decimal): -6176671 or 6406305. OLE color: 6406305.

HSL color Cylindrical-coordinate representation of color #A1C061: hue angle of 79.58º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1C061 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 97 -
CMYK 0.16 0 0.49 0.25
HSL 79.58º 0.43% 0.57% -
HSV(B) 79.58º 0.49% 0.75% -
XYZ 35.71 46.14 18.33 -
YUV 171.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 161 192 97 0.16 0 0.49 0.25 79.58 0.43 0.57
Hex A1 C0 61 10 0 31 19 50 2B 39
Octal 241 300 141 20 0 61 31 120 53 71
Binary 10100001 11000000 1100001 10000 0 110001 11001 1010000 101011 111001

Color Harmonies of #A1C061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C061

Black with #A1C061

Text Example


Text Example

White with #A1C061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C061; }

 p { color: rgb(161,192,97); }

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

background-color css

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

 a { background-color: rgb(161,192,97); }

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

border-color css

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

 span { border-color: rgb(161,192,97); }

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