Html Css Color HEX #A2C51E Bahia

📋 copy color: '#A2C51E'

red 162 ◦ green 197 ◦ blue 30

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

Shades of Bahia #A2C51E

Tints of Bahia #A2C51E

RGB

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

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

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

R = 41.65%
G = 50.64%
B = 7.71%

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

#A2C51E (or 0xA2C51E) is known color: Bahia. HEX triplet: A2, C5 and 1E. RGB value is (162,197,30). Sum of RGB (Red+Green+Blue) = 162+197+30=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C51E is #5D3AE1. Grayscale: #A8A8A8. Windows color (decimal): -6109922 or 2016674. OLE color: 2016674.

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

Color convert

RGB 162 197 30 -
CMYK 0.18 0 0.85 0.23
HSL 72.57º 0.74% 0.45% -
HSV(B) 72.57º 0.85% 0.77% -
XYZ 35.1 47.71 8.59 -
YUV 167.5 50.4 124.08 -
System Red Green Blue C M Y K H S L
Decimal 162 197 30 0.18 0 0.85 0.23 72.57 0.74 0.45
Hex A2 C5 1E 12 0 55 17 49 4A 2D
Octal 242 305 36 22 0 125 27 111 112 55
Binary 10100010 11000101 11110 10010 0 1010101 10111 1001001 1001010 101101

Color Harmonies of #A2C51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C51E

Black with #A2C51E

Text Example


Text Example

White with #A2C51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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