Html Css Color HEX #A1CA18 Bahia

📋 copy color: '#A1CA18'

red 161 ◦ green 202 ◦ blue 24

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

Shades of Bahia #A1CA18

Tints of Bahia #A1CA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.2%

R = 41.6%
G = 52.2%
B = 6.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#A1CA18 (or 0xA1CA18) is known color: Bahia. HEX triplet: A1, CA and 18. RGB value is (161,202,24). Sum of RGB (Red+Green+Blue) = 161+202+24=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CA18 is #5E35E7. Grayscale: #AAAAAA. Windows color (decimal): -6174184 or 1624737. OLE color: 1624737.

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

Color convert

RGB 161 202 24 -
CMYK 0.20 0 0.88 0.21
HSL 73.82º 0.79% 0.44% -
HSV(B) 73.82º 0.88% 0.79% -
XYZ 35.98 49.88 8.6 -
YUV 169.45 45.92 121.97 -
System Red Green Blue C M Y K H S L
Decimal 161 202 24 0.20 0 0.88 0.21 73.82 0.79 0.44
Hex A1 CA 18 14 0 58 15 4A 4F 2C
Octal 241 312 30 24 0 130 25 112 117 54
Binary 10100001 11001010 11000 10100 0 1011000 10101 1001010 1001111 101100

Color Harmonies of #A1CA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA18

Black with #A1CA18

Text Example


Text Example

White with #A1CA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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