Html Css Color HEX #A1C113 Bahia

📋 copy color: '#A1C113'

red 161 ◦ green 193 ◦ blue 19

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

Shades of Bahia #A1C113

Tints of Bahia #A1C113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 43.16%
G = 51.74%
B = 5.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#A1C113 (or 0xA1C113) is known color: Bahia. HEX triplet: A1, C1 and 13. RGB value is (161,193,19). Sum of RGB (Red+Green+Blue) = 161+193+19=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C113 is #5E3EEC. Grayscale: #A4A4A4. Windows color (decimal): -6176493 or 1294753. OLE color: 1294753.

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

Color convert

RGB 161 193 19 -
CMYK 0.17 0 0.90 0.24
HSL 71.03º 0.82% 0.42% -
HSV(B) 71.03º 0.9% 0.76% -
XYZ 33.89 45.76 7.66 -
YUV 163.6 46.4 126.15 -
System Red Green Blue C M Y K H S L
Decimal 161 193 19 0.17 0 0.90 0.24 71.03 0.82 0.42
Hex A1 C1 13 11 0 5A 18 47 52 2A
Octal 241 301 23 21 0 132 30 107 122 52
Binary 10100001 11000001 10011 10001 0 1011010 11000 1000111 1010010 101010

Color Harmonies of #A1C113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C113

Black with #A1C113

Text Example


Text Example

White with #A1C113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C113; }

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

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

background-color css

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

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

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

border-color css

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

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

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