Html Css Color HEX #A1C228 Bahia

📋 copy color: '#A1C228'

red 161 ◦ green 194 ◦ blue 40

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

Shades of Bahia #A1C228

Tints of Bahia #A1C228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.13%

R = 40.76%
G = 49.11%
B = 10.13%

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

#A1C228 (or 0xA1C228) is known color: Bahia. HEX triplet: A1, C2 and 28. RGB value is (161,194,40). Sum of RGB (Red+Green+Blue) = 161+194+40=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C228 is #5E3DD7. Grayscale: #A7A7A7. Windows color (decimal): -6176216 or 2671265. OLE color: 2671265.

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

Color convert

RGB 161 194 40 -
CMYK 0.17 0 0.79 0.24
HSL 72.86º 0.66% 0.46% -
HSV(B) 72.86º 0.79% 0.76% -
XYZ 34.37 46.31 9.14 -
YUV 166.58 56.57 124.02 -
System Red Green Blue C M Y K H S L
Decimal 161 194 40 0.17 0 0.79 0.24 72.86 0.66 0.46
Hex A1 C2 28 11 0 4F 18 49 42 2E
Octal 241 302 50 21 0 117 30 111 102 56
Binary 10100001 11000010 101000 10001 0 1001111 11000 1001001 1000010 101110

Color Harmonies of #A1C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C228

Black with #A1C228

Text Example


Text Example

White with #A1C228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C228; }

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

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

background-color css

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

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

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

border-color css

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

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

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