Html Css Color HEX #A1C165 Olivine

📋 copy color: '#A1C165'

red 161 ◦ green 193 ◦ blue 101

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

Shades of Olivine #A1C165

Tints of Olivine #A1C165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.2%

R = 35.38%
G = 42.42%
B = 22.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#A1C165 (or 0xA1C165) is known color: Olivine. HEX triplet: A1, C1 and 65. RGB value is (161,193,101). Sum of RGB (Red+Green+Blue) = 161+193+101=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C165 is #5E3E9A. Grayscale: #ADADAD. Windows color (decimal): -6176411 or 6668705. OLE color: 6668705.

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

Color convert

RGB 161 193 101 -
CMYK 0.17 0 0.48 0.24
HSL 80.87º 0.43% 0.58% -
HSV(B) 80.87º 0.48% 0.76% -
XYZ 36.12 46.66 19.41 -
YUV 172.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 161 193 101 0.17 0 0.48 0.24 80.87 0.43 0.58
Hex A1 C1 65 11 0 30 18 51 2B 3A
Octal 241 301 145 21 0 60 30 121 53 72
Binary 10100001 11000001 1100101 10001 0 110000 11000 1010001 101011 111010

Color Harmonies of #A1C165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C165

Black with #A1C165

Text Example


Text Example

White with #A1C165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C165; }

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

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

background-color css

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

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

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

border-color css

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

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

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