Html Css Color HEX #A1C115 Bahia

📋 copy color: '#A1C115'

red 161 ◦ green 193 ◦ blue 21

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

Shades of Bahia #A1C115

Tints of Bahia #A1C115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 42.93%
G = 51.47%
B = 5.6%

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

#A1C115 (or 0xA1C115) is known color: Bahia. HEX triplet: A1, C1 and 15. RGB value is (161,193,21). Sum of RGB (Red+Green+Blue) = 161+193+21=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C115 is #5E3EEA. Grayscale: #A4A4A4. Windows color (decimal): -6176491 or 1425825. OLE color: 1425825.

HSL color Cylindrical-coordinate representation of color #A1C115: hue angle of 71.16º 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 #A1C115 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 21 -
CMYK 0.17 0 0.89 0.24
HSL 71.16º 0.8% 0.42% -
HSV(B) 71.16º 0.89% 0.76% -
XYZ 33.9 45.77 7.76 -
YUV 163.82 47.4 125.99 -
System Red Green Blue C M Y K H S L
Decimal 161 193 21 0.17 0 0.89 0.24 71.16 0.8 0.42
Hex A1 C1 15 11 0 59 18 47 50 2A
Octal 241 301 25 21 0 131 30 107 120 52
Binary 10100001 11000001 10101 10001 0 1011001 11000 1000111 1010000 101010

Color Harmonies of #A1C115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C115

Black with #A1C115

Text Example


Text Example

White with #A1C115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C115; }

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

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

background-color css

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

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

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

border-color css

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

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

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