Html Css Color HEX #A1C162 Olivine

📋 copy color: '#A1C162'

red 161 ◦ green 193 ◦ blue 98

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

Shades of Olivine #A1C162

Tints of Olivine #A1C162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 35.62%
G = 42.7%
B = 21.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#A1C162 (or 0xA1C162) is known color: Olivine. HEX triplet: A1, C1 and 62. RGB value is (161,193,98). Sum of RGB (Red+Green+Blue) = 161+193+98=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C162 is #5E3E9D. Grayscale: #ACACAC. Windows color (decimal): -6176414 or 6472097. OLE color: 6472097.

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

Color convert

RGB 161 193 98 -
CMYK 0.17 0 0.49 0.24
HSL 80.21º 0.43% 0.57% -
HSV(B) 80.21º 0.49% 0.76% -
XYZ 35.97 46.6 18.65 -
YUV 172.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 161 193 98 0.17 0 0.49 0.24 80.21 0.43 0.57
Hex A1 C1 62 11 0 31 18 50 2B 39
Octal 241 301 142 21 0 61 30 120 53 71
Binary 10100001 11000001 1100010 10001 0 110001 11000 1010000 101011 111001

Color Harmonies of #A1C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C162

Black with #A1C162

Text Example


Text Example

White with #A1C162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C162; }

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

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

background-color css

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

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

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

border-color css

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

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

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