Html Css Color HEX #A1C129 Bahia

📋 copy color: '#A1C129'

red 161 ◦ green 193 ◦ blue 41

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

Shades of Bahia #A1C129

Tints of Bahia #A1C129

RGB

 RED value IS 161 (63.28% from 255) = 40.76%

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

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

R = 40.76%
G = 48.86%
B = 10.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#A1C129 (or 0xA1C129) is known color: Bahia. HEX triplet: A1, C1 and 29. RGB value is (161,193,41). Sum of RGB (Red+Green+Blue) = 161+193+41=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C129 is #5E3ED6. Grayscale: #A6A6A6. Windows color (decimal): -6176471 or 2736545. OLE color: 2736545.

HSL color Cylindrical-coordinate representation of color #A1C129: hue angle of 72.63º 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 #A1C129 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 41 -
CMYK 0.17 0 0.79 0.24
HSL 72.63º 0.65% 0.46% -
HSV(B) 72.63º 0.79% 0.76% -
XYZ 34.17 45.88 9.15 -
YUV 166.1 57.4 124.36 -
System Red Green Blue C M Y K H S L
Decimal 161 193 41 0.17 0 0.79 0.24 72.63 0.65 0.46
Hex A1 C1 29 11 0 4F 18 49 41 2E
Octal 241 301 51 21 0 117 30 111 101 56
Binary 10100001 11000001 101001 10001 0 1001111 11000 1001001 1000001 101110

Color Harmonies of #A1C129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C129

Black with #A1C129

Text Example


Text Example

White with #A1C129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C129; }

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

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

background-color css

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

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

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

border-color css

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

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

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