#A1CA17

Color #A1CA17 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A1CA17

Tints of Bahia #A1CA17

Color information

#A1CA17 (or 0xA1CA17) is unknown color: approx Bahia. HEX triplet: A1, CA and 17. RGB value is (161,202,23). Sum of RGB (Red+Green+Blue) = 161+202+23=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CA17 is #5E35E8. Grayscale: #AAAAAA. Windows color (decimal): -6174185 or 1559201. OLE color: 1559201.

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

Color convert

RGB16120223-
CMYK0.2000.890.21
HSL73.74º79.56%44.12%-
HSV(B)73.74º88.61%79.22%-
XYZ35.9749.888.54-
YUV169.3345.42122.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 202 (79.30% from 255) = 52.33%
BLUE value IS 23 (9.38% from 255) = 5.96%
R=41.71%
G=52.33%
B=5.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161202230.2000.890.2173.7479.5644.12
HexA1CA1714059154a502c
Octal241312272401312511212054
Binary10100001110010101011110100010110011010110010101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA17; }

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

 H1.HeaderClassName
 {
   color: #A1CA17;
 }
 .AnyTagClassName
 {
   color: #A1CA17;
 }
</style>
background-color css

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

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

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

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

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

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