Html Css Color HEX #A1C116 Bahia

📋 copy color: '#A1C116'

red 161 ◦ green 193 ◦ blue 22

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

Shades of Bahia #A1C116

Tints of Bahia #A1C116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.85%

R = 42.82%
G = 51.33%
B = 5.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#A1C116 (or 0xA1C116) is known color: Bahia. HEX triplet: A1, C1 and 16. RGB value is (161,193,22). Sum of RGB (Red+Green+Blue) = 161+193+22=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C116 is #5E3EE9. Grayscale: #A4A4A4. Windows color (decimal): -6176490 or 1491361. OLE color: 1491361.

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

Color convert

RGB 161 193 22 -
CMYK 0.17 0 0.89 0.24
HSL 71.23º 0.8% 0.42% -
HSV(B) 71.23º 0.89% 0.76% -
XYZ 33.91 45.77 7.81 -
YUV 163.94 47.9 125.9 -
System Red Green Blue C M Y K H S L
Decimal 161 193 22 0.17 0 0.89 0.24 71.23 0.8 0.42
Hex A1 C1 16 11 0 59 18 47 50 2A
Octal 241 301 26 21 0 131 30 107 120 52
Binary 10100001 11000001 10110 10001 0 1011001 11000 1000111 1010000 101010

Color Harmonies of #A1C116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C116

Black with #A1C116

Text Example


Text Example

White with #A1C116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C116; }

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

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

background-color css

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

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

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

border-color css

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

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

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