Html Css Color HEX #A2C41E Bahia

📋 copy color: '#A2C41E'

red 162 ◦ green 196 ◦ blue 30

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

Shades of Bahia #A2C41E

Tints of Bahia #A2C41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.52%

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

R = 41.75%
G = 50.52%
B = 7.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#A2C41E (or 0xA2C41E) is known color: Bahia. HEX triplet: A2, C4 and 1E. RGB value is (162,196,30). Sum of RGB (Red+Green+Blue) = 162+196+30=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C41E is #5D3BE1. Grayscale: #A7A7A7. Windows color (decimal): -6110178 or 2016418. OLE color: 2016418.

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

Color convert

RGB 162 196 30 -
CMYK 0.17 0 0.85 0.23
HSL 72.29º 0.73% 0.44% -
HSV(B) 72.29º 0.85% 0.77% -
XYZ 34.87 47.25 8.51 -
YUV 166.91 50.74 124.5 -
System Red Green Blue C M Y K H S L
Decimal 162 196 30 0.17 0 0.85 0.23 72.29 0.73 0.44
Hex A2 C4 1E 11 0 55 17 48 49 2C
Octal 242 304 36 21 0 125 27 110 111 54
Binary 10100010 11000100 11110 10001 0 1010101 10111 1001000 1001001 101100

Color Harmonies of #A2C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C41E

Black with #A2C41E

Text Example


Text Example

White with #A2C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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