Html Css Color HEX #A2D11A Bahia

📋 copy color: '#A2D11A'

red 162 ◦ green 209 ◦ blue 26

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

Shades of Bahia #A2D11A

Tints of Bahia #A2D11A

RGB

 RED value IS 162 (63.67% from 255) = 40.81%

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

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

R = 40.81%
G = 52.64%
B = 6.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#A2D11A (or 0xA2D11A) is known color: Bahia. HEX triplet: A2, D1 and 1A. RGB value is (162,209,26). Sum of RGB (Red+Green+Blue) = 162+209+26=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D11A is #5D2EE5. Grayscale: #AEAEAE. Windows color (decimal): -6106854 or 1757602. OLE color: 1757602.

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

Color convert

RGB 162 209 26 -
CMYK 0.22 0 0.88 0.18
HSL 75.41º 0.78% 0.46% -
HSV(B) 75.41º 0.88% 0.82% -
XYZ 37.89 53.36 9.28 -
YUV 174.09 44.43 119.38 -
System Red Green Blue C M Y K H S L
Decimal 162 209 26 0.22 0 0.88 0.18 75.41 0.78 0.46
Hex A2 D1 1A 16 0 58 12 4B 4E 2E
Octal 242 321 32 26 0 130 22 113 116 56
Binary 10100010 11010001 11010 10110 0 1011000 10010 1001011 1001110 101110

Color Harmonies of #A2D11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D11A

Black with #A2D11A

Text Example


Text Example

White with #A2D11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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