Html Css Color HEX #A1CA20 Bahia

📋 copy color: '#A1CA20'

red 161 ◦ green 202 ◦ blue 32

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

Shades of Bahia #A1CA20

Tints of Bahia #A1CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.14%

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 40.76%
G = 51.14%
B = 8.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#A1CA20 (or 0xA1CA20) is known color: Bahia. HEX triplet: A1, CA and 20. RGB value is (161,202,32). Sum of RGB (Red+Green+Blue) = 161+202+32=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CA20 is #5E35DF. Grayscale: #ABABAB. Windows color (decimal): -6174176 or 2149025. OLE color: 2149025.

HSL color Cylindrical-coordinate representation of color #A1CA20: hue angle of 74.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1CA20 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 202 32 -
CMYK 0.20 0 0.84 0.21
HSL 74.47º 0.73% 0.46% -
HSV(B) 74.47º 0.84% 0.79% -
XYZ 36.08 49.92 9.1 -
YUV 170.36 49.92 121.32 -
System Red Green Blue C M Y K H S L
Decimal 161 202 32 0.20 0 0.84 0.21 74.47 0.73 0.46
Hex A1 CA 20 14 0 54 15 4A 49 2E
Octal 241 312 40 24 0 124 25 112 111 56
Binary 10100001 11001010 100000 10100 0 1010100 10101 1001010 1001001 101110

Color Harmonies of #A1CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA20

Black with #A1CA20

Text Example


Text Example

White with #A1CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA20; }

 p { color: rgb(161,202,32); }

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

background-color css

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

 a { background-color: rgb(161,202,32); }

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

border-color css

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

 span { border-color: rgb(161,202,32); }

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