Html Css Color HEX #A1C664 Olivine

📋 copy color: '#A1C664'

red 161 ◦ green 198 ◦ blue 100

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

Shades of Olivine #A1C664

Tints of Olivine #A1C664

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.14%

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 35.08%
G = 43.14%
B = 21.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#A1C664 (or 0xA1C664) is known color: Olivine. HEX triplet: A1, C6 and 64. RGB value is (161,198,100). Sum of RGB (Red+Green+Blue) = 161+198+100=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C664 is #5E399B. Grayscale: #B0B0B0. Windows color (decimal): -6175132 or 6604449. OLE color: 6604449.

HSL color Cylindrical-coordinate representation of color #A1C664: hue angle of 82.65º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1C664 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 198 100 -
CMYK 0.19 0 0.49 0.22
HSL 82.65º 0.46% 0.58% -
HSV(B) 82.65º 0.49% 0.78% -
XYZ 37.19 48.89 19.53 -
YUV 175.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 161 198 100 0.19 0 0.49 0.22 82.65 0.46 0.58
Hex A1 C6 64 13 0 31 16 53 2E 3A
Octal 241 306 144 23 0 61 26 123 56 72
Binary 10100001 11000110 1100100 10011 0 110001 10110 1010011 101110 111010

Color Harmonies of #A1C664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C664

Black with #A1C664

Text Example


Text Example

White with #A1C664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C664; }

 p { color: rgb(161,198,100); }

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

background-color css

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

 a { background-color: rgb(161,198,100); }

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

border-color css

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

 span { border-color: rgb(161,198,100); }

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