Html Css Color HEX #A2C129 Bahia

📋 copy color: '#A2C129'

red 162 ◦ green 193 ◦ blue 41

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

Shades of Bahia #A2C129

Tints of Bahia #A2C129

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.74%

 BLUE value IS 41 (16.41% from 255) = 10.35%

R = 40.91%
G = 48.74%
B = 10.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#A2C129 (or 0xA2C129) is known color: Bahia. HEX triplet: A2, C1 and 29. RGB value is (162,193,41). Sum of RGB (Red+Green+Blue) = 162+193+41=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C129 is #5D3ED6. Grayscale: #A6A6A6. Windows color (decimal): -6110935 or 2736546. OLE color: 2736546.

HSL color Cylindrical-coordinate representation of color #A2C129: hue angle of 72.24º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2C129 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 41 -
CMYK 0.16 0 0.79 0.24
HSL 72.24º 0.65% 0.46% -
HSV(B) 72.24º 0.79% 0.76% -
XYZ 34.37 45.98 9.16 -
YUV 166.4 57.23 124.86 -
System Red Green Blue C M Y K H S L
Decimal 162 193 41 0.16 0 0.79 0.24 72.24 0.65 0.46
Hex A2 C1 29 10 0 4F 18 48 41 2E
Octal 242 301 51 20 0 117 30 110 101 56
Binary 10100010 11000001 101001 10000 0 1001111 11000 1001000 1000001 101110

Color Harmonies of #A2C129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C129

Black with #A2C129

Text Example


Text Example

White with #A2C129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C129; }

 p { color: rgb(162,193,41); }

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

background-color css

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

 a { background-color: rgb(162,193,41); }

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

border-color css

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

 span { border-color: rgb(162,193,41); }

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