Html Css Color HEX #A1C166 Olivine

📋 copy color: '#A1C166'

red 161 ◦ green 193 ◦ blue 102

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

Shades of Olivine #A1C166

Tints of Olivine #A1C166

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.32%

 BLUE value IS 102 (40.23% from 255) = 22.37%

R = 35.31%
G = 42.32%
B = 22.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#A1C166 (or 0xA1C166) is known color: Olivine. HEX triplet: A1, C1 and 66. RGB value is (161,193,102). Sum of RGB (Red+Green+Blue) = 161+193+102=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C166 is #5E3E99. Grayscale: #ADADAD. Windows color (decimal): -6176410 or 6734241. OLE color: 6734241.

HSL color Cylindrical-coordinate representation of color #A1C166: hue angle of 81.1º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1C166 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 102 -
CMYK 0.17 0 0.47 0.24
HSL 81.1º 0.42% 0.58% -
HSV(B) 81.1º 0.47% 0.76% -
XYZ 36.17 46.68 19.67 -
YUV 173.06 87.9 119.4 -
System Red Green Blue C M Y K H S L
Decimal 161 193 102 0.17 0 0.47 0.24 81.1 0.42 0.58
Hex A1 C1 66 11 0 2F 18 51 2A 3A
Octal 241 301 146 21 0 57 30 121 52 72
Binary 10100001 11000001 1100110 10001 0 101111 11000 1010001 101010 111010

Color Harmonies of #A1C166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C166

Black with #A1C166

Text Example


Text Example

White with #A1C166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C166; }

 p { color: rgb(161,193,102); }

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

background-color css

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

 a { background-color: rgb(161,193,102); }

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

border-color css

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

 span { border-color: rgb(161,193,102); }

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