Html Css Color HEX #A2C51A Bahia

📋 copy color: '#A2C51A'

red 162 ◦ green 197 ◦ blue 26

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

Shades of Bahia #A2C51A

Tints of Bahia #A2C51A

RGB

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

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

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

R = 42.08%
G = 51.17%
B = 6.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#A2C51A (or 0xA2C51A) is known color: Bahia. HEX triplet: A2, C5 and 1A. RGB value is (162,197,26). Sum of RGB (Red+Green+Blue) = 162+197+26=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C51A is #5D3AE5. Grayscale: #A7A7A7. Windows color (decimal): -6109926 or 1754530. OLE color: 1754530.

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

Color convert

RGB 162 197 26 -
CMYK 0.18 0 0.87 0.23
HSL 72.28º 0.77% 0.44% -
HSV(B) 72.28º 0.87% 0.77% -
XYZ 35.05 47.69 8.33 -
YUV 167.04 48.4 124.4 -
System Red Green Blue C M Y K H S L
Decimal 162 197 26 0.18 0 0.87 0.23 72.28 0.77 0.44
Hex A2 C5 1A 12 0 57 17 48 4D 2C
Octal 242 305 32 22 0 127 27 110 115 54
Binary 10100010 11000101 11010 10010 0 1010111 10111 1001000 1001101 101100

Color Harmonies of #A2C51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C51A

Black with #A2C51A

Text Example


Text Example

White with #A2C51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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