Html Css Color HEX #A1D11A Bahia

📋 copy color: '#A1D11A'

red 161 ◦ green 209 ◦ blue 26

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

Shades of Bahia #A1D11A

Tints of Bahia #A1D11A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.78%

 BLUE value IS 26 (10.55% from 255) = 6.57%

R = 40.66%
G = 52.78%
B = 6.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#A1D11A (or 0xA1D11A) is known color: Bahia. HEX triplet: A1, D1 and 1A. RGB value is (161,209,26). Sum of RGB (Red+Green+Blue) = 161+209+26=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D11A is #5E2EE5. Grayscale: #AEAEAE. Windows color (decimal): -6172390 or 1757601. OLE color: 1757601.

HSL color Cylindrical-coordinate representation of color #A1D11A: hue angle of 75.74º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1D11A is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 209 26 -
CMYK 0.23 0 0.88 0.18
HSL 75.74º 0.78% 0.46% -
HSV(B) 75.74º 0.88% 0.82% -
XYZ 37.68 53.25 9.27 -
YUV 173.79 44.6 118.88 -
System Red Green Blue C M Y K H S L
Decimal 161 209 26 0.23 0 0.88 0.18 75.74 0.78 0.46
Hex A1 D1 1A 17 0 58 12 4C 4E 2E
Octal 241 321 32 27 0 130 22 114 116 56
Binary 10100001 11010001 11010 10111 0 1011000 10010 1001100 1001110 101110

Color Harmonies of #A1D11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D11A

Black with #A1D11A

Text Example


Text Example

White with #A1D11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D11A; }

 p { color: rgb(161,209,26); }

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

background-color css

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

 a { background-color: rgb(161,209,26); }

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

border-color css

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

 span { border-color: rgb(161,209,26); }

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