Html Css Color HEX #A1C41E Bahia

📋 copy color: '#A1C41E'

red 161 ◦ green 196 ◦ blue 30

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

Shades of Bahia #A1C41E

Tints of Bahia #A1C41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.65%

 BLUE value IS 30 (12.11% from 255) = 7.75%

R = 41.6%
G = 50.65%
B = 7.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#A1C41E (or 0xA1C41E) is known color: Bahia. HEX triplet: A1, C4 and 1E. RGB value is (161,196,30). Sum of RGB (Red+Green+Blue) = 161+196+30=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C41E is #5E3BE1. Grayscale: #A7A7A7. Windows color (decimal): -6175714 or 2016417. OLE color: 2016417.

HSL color Cylindrical-coordinate representation of color #A1C41E: hue angle of 72.65º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1C41E is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 30 -
CMYK 0.18 0 0.85 0.23
HSL 72.65º 0.73% 0.44% -
HSV(B) 72.65º 0.85% 0.77% -
XYZ 34.67 47.15 8.5 -
YUV 166.61 50.9 124 -
System Red Green Blue C M Y K H S L
Decimal 161 196 30 0.18 0 0.85 0.23 72.65 0.73 0.44
Hex A1 C4 1E 12 0 55 17 49 49 2C
Octal 241 304 36 22 0 125 27 111 111 54
Binary 10100001 11000100 11110 10010 0 1010101 10111 1001001 1001001 101100

Color Harmonies of #A1C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C41E

Black with #A1C41E

Text Example


Text Example

White with #A1C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C41E; }

 p { color: rgb(161,196,30); }

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

background-color css

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

 a { background-color: rgb(161,196,30); }

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

border-color css

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

 span { border-color: rgb(161,196,30); }

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