Html Css Color HEX #A1C51E Bahia

📋 copy color: '#A1C51E'

red 161 ◦ green 197 ◦ blue 30

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

Shades of Bahia #A1C51E

Tints of Bahia #A1C51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.77%

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

R = 41.49%
G = 50.77%
B = 7.73%

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

#A1C51E (or 0xA1C51E) is known color: Bahia. HEX triplet: A1, C5 and 1E. RGB value is (161,197,30). Sum of RGB (Red+Green+Blue) = 161+197+30=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C51E is #5E3AE1. Grayscale: #A7A7A7. Windows color (decimal): -6175458 or 2016673. OLE color: 2016673.

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

Color convert

RGB 161 197 30 -
CMYK 0.18 0 0.85 0.23
HSL 72.93º 0.74% 0.45% -
HSV(B) 72.93º 0.85% 0.77% -
XYZ 34.9 47.6 8.58 -
YUV 167.2 50.57 123.58 -
System Red Green Blue C M Y K H S L
Decimal 161 197 30 0.18 0 0.85 0.23 72.93 0.74 0.45
Hex A1 C5 1E 12 0 55 17 49 4A 2D
Octal 241 305 36 22 0 125 27 111 112 55
Binary 10100001 11000101 11110 10010 0 1010101 10111 1001001 1001010 101101

Color Harmonies of #A1C51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C51E

Black with #A1C51E

Text Example


Text Example

White with #A1C51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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