Html Css Color HEX #A6D11A Bahia

📋 copy color: '#A6D11A'

red 166 ◦ green 209 ◦ blue 26

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

Shades of Bahia #A6D11A

Tints of Bahia #A6D11A

RGB

 RED value IS 166 (65.23% from 255) = 41.4%

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

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

R = 41.4%
G = 52.12%
B = 6.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#A6D11A (or 0xA6D11A) is known color: Bahia. HEX triplet: A6, D1 and 1A. RGB value is (166,209,26). Sum of RGB (Red+Green+Blue) = 166+209+26=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D11A is #592EE5. Grayscale: #AFAFAF. Windows color (decimal): -5844710 or 1757606. OLE color: 1757606.

HSL color Cylindrical-coordinate representation of color #A6D11A: hue angle of 74.1º 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 #A6D11A is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 209 26 -
CMYK 0.21 0 0.88 0.18
HSL 74.1º 0.78% 0.46% -
HSV(B) 74.1º 0.88% 0.82% -
XYZ 38.71 53.78 9.32 -
YUV 175.28 43.75 121.38 -
System Red Green Blue C M Y K H S L
Decimal 166 209 26 0.21 0 0.88 0.18 74.1 0.78 0.46
Hex A6 D1 1A 15 0 58 12 4A 4E 2E
Octal 246 321 32 25 0 130 22 112 116 56
Binary 10100110 11010001 11010 10101 0 1011000 10010 1001010 1001110 101110

Color Harmonies of #A6D11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D11A

Black with #A6D11A

Text Example


Text Example

White with #A6D11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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