Html Css Color HEX #A1C16B Olivine

📋 copy color: '#A1C16B'

red 161 ◦ green 193 ◦ blue 107

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

Shades of Olivine #A1C16B

Tints of Olivine #A1C16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 34.92%
G = 41.87%
B = 23.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#A1C16B (or 0xA1C16B) is known color: Olivine. HEX triplet: A1, C1 and 6B. RGB value is (161,193,107). Sum of RGB (Red+Green+Blue) = 161+193+107=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C16B is #5E3E94. Grayscale: #ADADAD. Windows color (decimal): -6176405 or 7061921. OLE color: 7061921.

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

Color convert

RGB 161 193 107 -
CMYK 0.17 0 0.45 0.24
HSL 82.33º 0.41% 0.59% -
HSV(B) 82.33º 0.45% 0.76% -
XYZ 36.42 46.78 21.02 -
YUV 173.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 161 193 107 0.17 0 0.45 0.24 82.33 0.41 0.59
Hex A1 C1 6B 11 0 2D 18 52 29 3B
Octal 241 301 153 21 0 55 30 122 51 73
Binary 10100001 11000001 1101011 10001 0 101101 11000 1010010 101001 111011

Color Harmonies of #A1C16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C16B

Black with #A1C16B

Text Example


Text Example

White with #A1C16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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