Html Css Color HEX #A1C017 Bahia

📋 copy color: '#A1C017'

red 161 ◦ green 192 ◦ blue 23

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

Shades of Bahia #A1C017

Tints of Bahia #A1C017

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.06%

 BLUE value IS 23 (9.38% from 255) = 6.12%

R = 42.82%
G = 51.06%
B = 6.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#A1C017 (or 0xA1C017) is known color: Bahia. HEX triplet: A1, C0 and 17. RGB value is (161,192,23). Sum of RGB (Red+Green+Blue) = 161+192+23=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C017 is #5E3FE8. Grayscale: #A4A4A4. Windows color (decimal): -6176745 or 1556641. OLE color: 1556641.

HSL color Cylindrical-coordinate representation of color #A1C017: hue angle of 71.01º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1C017 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 23 -
CMYK 0.16 0 0.88 0.25
HSL 71.01º 0.79% 0.42% -
HSV(B) 71.01º 0.88% 0.75% -
XYZ 33.7 45.34 7.79 -
YUV 163.47 48.73 126.24 -
System Red Green Blue C M Y K H S L
Decimal 161 192 23 0.16 0 0.88 0.25 71.01 0.79 0.42
Hex A1 C0 17 10 0 58 19 47 4F 2A
Octal 241 300 27 20 0 130 31 107 117 52
Binary 10100001 11000000 10111 10000 0 1011000 11001 1000111 1001111 101010

Color Harmonies of #A1C017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C017

Black with #A1C017

Text Example


Text Example

White with #A1C017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C017; }

 p { color: rgb(161,192,23); }

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

background-color css

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

 a { background-color: rgb(161,192,23); }

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

border-color css

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

 span { border-color: rgb(161,192,23); }

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