Html Css Color HEX #A1C229 Bahia

📋 copy color: '#A1C229'

red 161 ◦ green 194 ◦ blue 41

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

Shades of Bahia #A1C229

Tints of Bahia #A1C229

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

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

R = 40.66%
G = 48.99%
B = 10.35%

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

#A1C229 (or 0xA1C229) is known color: Bahia. HEX triplet: A1, C2 and 29. RGB value is (161,194,41). Sum of RGB (Red+Green+Blue) = 161+194+41=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C229 is #5E3DD6. Grayscale: #A7A7A7. Windows color (decimal): -6176215 or 2736801. OLE color: 2736801.

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

Color convert

RGB 161 194 41 -
CMYK 0.17 0 0.79 0.24
HSL 72.94º 0.65% 0.46% -
HSV(B) 72.94º 0.79% 0.76% -
XYZ 34.39 46.32 9.23 -
YUV 166.69 57.07 123.94 -
System Red Green Blue C M Y K H S L
Decimal 161 194 41 0.17 0 0.79 0.24 72.94 0.65 0.46
Hex A1 C2 29 11 0 4F 18 49 41 2E
Octal 241 302 51 21 0 117 30 111 101 56
Binary 10100001 11000010 101001 10001 0 1001111 11000 1001001 1000001 101110

Color Harmonies of #A1C229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C229

Black with #A1C229

Text Example


Text Example

White with #A1C229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C229; }

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

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

background-color css

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

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

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

border-color css

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

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

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